1
0
Fork 0

Staging: keucr: fix compiler warning

Now that we aren't using the rc_lock variable, delete it to keep gcc
happy and not complaining about it.

Cc: Al Cho <acho@novell.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
wifi-calibration
Greg Kroah-Hartman 2010-09-30 04:34:26 -07:00
parent e10496041b
commit a200adb1c7
1 changed files with 1 additions and 1 deletions

View File

@ -760,7 +760,7 @@ int usb_stor_Bulk_reset(struct us_data *us)
//----- usb_stor_port_reset() ---------------------
int usb_stor_port_reset(struct us_data *us)
{
int result, rc_lock;
int result;
//printk("transport --- usb_stor_port_reset\n");
result = usb_lock_device_for_reset(us->pusb_dev, us->pusb_intf);