Skip to content

Commit

Permalink
USB: storage: Remove obsolete "FIXME"
Browse files Browse the repository at this point in the history
The fix of "FIXME: Notify the subdrivers..." doesn't actually have any
 real effect. The "FIXME" changed to simple comment.

Signed-off-by: Mikhail Zaytsev <flashed@mail.ru>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Mikhail Zaytsev authored and Greg Kroah-Hartman committed Dec 6, 2017
1 parent fb345a6 commit 52eccd2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions drivers/usb/storage/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ int usb_stor_reset_resume(struct usb_interface *iface)
usb_stor_report_bus_reset(us);

/*
* FIXME: Notify the subdrivers that they need to reinitialize
* the device
* If any of the subdrivers implemented a reinitialization scheme,
* this is where the callback would be invoked.
*/
return 0;
}
Expand Down Expand Up @@ -243,8 +243,8 @@ int usb_stor_post_reset(struct usb_interface *iface)
usb_stor_report_bus_reset(us);

/*
* FIXME: Notify the subdrivers that they need to reinitialize
* the device
* If any of the subdrivers implemented a reinitialization scheme,
* this is where the callback would be invoked.
*/

mutex_unlock(&us->dev_mutex);
Expand Down

0 comments on commit 52eccd2

Please sign in to comment.