Commit 16964d68 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

[PATCH] USB: fix compiler warning in usb-storage

parent 15ee6fbe
......@@ -217,7 +217,6 @@ static int usb_storage_device_reset( Scsi_Cmnd *srb )
static int usb_storage_bus_reset( Scsi_Cmnd *srb )
{
struct us_data *us;
int i;
int result;
/* we use the usb_reset_device() function to handle this for us */
......
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