Commit e8f366d4 authored by Duncan Sands's avatar Duncan Sands Committed by Greg Kroah-Hartman

[PATCH] USB usbfs: remove obsolete comment from proc_resetdevice

 devio.c |    3 ---
 1 files changed, 3 deletions(-)
parent f6380455
...@@ -730,9 +730,6 @@ static int proc_connectinfo(struct dev_state *ps, void __user *arg) ...@@ -730,9 +730,6 @@ static int proc_connectinfo(struct dev_state *ps, void __user *arg)
static int proc_resetdevice(struct dev_state *ps) static int proc_resetdevice(struct dev_state *ps)
{ {
/* FIXME when usb_reset_device() is fixed we'll need to grab
* ps->dev->serialize before calling it.
*/
return usb_reset_device(ps->dev); return usb_reset_device(ps->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