提交 a200adb1 编写于 作者: G Greg Kroah-Hartman

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: NGreg Kroah-Hartman <gregkh@suse.de>
上级 e1049604
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册