Commit 83ab3b7f authored by Andrew Morton's avatar Andrew Morton Committed by Greg Kroah-Hartman

[PATCH] USB: gcc-3.5: drivers/usb/storage/usb.c

drivers/usb/storage/usb.c: In function `usb_stor_release_resources':
drivers/usb/storage/usb.c:837: error: invalid lvalue in assignment
parent 5a14fa81
...@@ -834,7 +834,7 @@ void usb_stor_release_resources(struct us_data *us) ...@@ -834,7 +834,7 @@ void usb_stor_release_resources(struct us_data *us)
/* Finish the SCSI host removal sequence */ /* Finish the SCSI host removal sequence */
if (us->host) { if (us->host) {
(struct us_data *) us->host->hostdata[0] = NULL; us->host->hostdata[0] = 0;
scsi_host_put(us->host); scsi_host_put(us->host);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment