Commit 52eccd23 authored by Mikhail Zaytsev's avatar Mikhail Zaytsev Committed by Greg Kroah-Hartman

USB: storage: Remove obsolete "FIXME"

The fix of "FIXME: Notify the subdrivers..." doesn't actually have any
 real effect. The "FIXME" changed to simple comment.
Signed-off-by: default avatarMikhail Zaytsev <flashed@mail.ru>
Acked-by: default avatarAlan Stern <stern@rowland.harvard.edu>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent fb345a66
...@@ -211,8 +211,8 @@ int usb_stor_reset_resume(struct usb_interface *iface) ...@@ -211,8 +211,8 @@ int usb_stor_reset_resume(struct usb_interface *iface)
usb_stor_report_bus_reset(us); usb_stor_report_bus_reset(us);
/* /*
* FIXME: Notify the subdrivers that they need to reinitialize * If any of the subdrivers implemented a reinitialization scheme,
* the device * this is where the callback would be invoked.
*/ */
return 0; return 0;
} }
...@@ -243,8 +243,8 @@ int usb_stor_post_reset(struct usb_interface *iface) ...@@ -243,8 +243,8 @@ int usb_stor_post_reset(struct usb_interface *iface)
usb_stor_report_bus_reset(us); usb_stor_report_bus_reset(us);
/* /*
* FIXME: Notify the subdrivers that they need to reinitialize * If any of the subdrivers implemented a reinitialization scheme,
* the device * this is where the callback would be invoked.
*/ */
mutex_unlock(&us->dev_mutex); mutex_unlock(&us->dev_mutex);
......
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