[PATCH 3/9] USB usbfs: remove obsolete comment from proc_resetdevice

From: Duncan Sands
Date: Wed Apr 14 2004 - 05:42:20 EST


devio.c | 3 ---
1 files changed, 3 deletions(-)


diff -Nru a/drivers/usb/core/devio.c b/drivers/usb/core/devio.c
--- a/drivers/usb/core/devio.c Wed Apr 14 12:17:37 2004
+++ b/drivers/usb/core/devio.c Wed Apr 14 12:17:37 2004
@@ -730,9 +730,6 @@

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);

}
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/