Commit f5e88169 authored by Linus Torvalds's avatar Linus Torvalds

Fix up manual merge error in usb/storage/scsiglue.c

parent 20b397bb
...@@ -228,8 +228,8 @@ static int usb_storage_bus_reset( Scsi_Cmnd *srb ) ...@@ -228,8 +228,8 @@ static int usb_storage_bus_reset( Scsi_Cmnd *srb )
/* we use the usb_reset_device() function to handle this for us */ /* we use the usb_reset_device() function to handle this for us */
US_DEBUGP("bus_reset() called\n"); US_DEBUGP("bus_reset() called\n");
scsi_unlock(srb->device->host);
us = (struct us_data *)srb->device->host->hostdata[0]; us = (struct us_data *)srb->device->host->hostdata[0];
/* attempt to reset the port */ /* attempt to reset the port */
result = usb_reset_device(us->pusb_dev); result = usb_reset_device(us->pusb_dev);
......
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