diff options
author | Paul Zimmerman <Paul.Zimmerman@synopsys.com> | 2013-11-25 13:42:43 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-12-03 08:31:08 -0800 |
commit | fff04e00f53645c6a1233591cc2d9f3abf7dfac4 (patch) | |
tree | d0aa360197b69e9266f4b7871aeda986322ba2a4 | |
parent | 41e043fcfa2236bb2c4a8335eb09f4c8cee224b3 (diff) | |
download | blackbird-obmc-linux-fff04e00f53645c6a1233591cc2d9f3abf7dfac4.tar.gz blackbird-obmc-linux-fff04e00f53645c6a1233591cc2d9f3abf7dfac4.zip |
staging: dwc2: remove stale comment after changing function to void
Remove stale comment after changing dwc2_set_parameters() to void
function
Signed-off-by: Paul Zimmerman <paulz@synopsys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/dwc2/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/dwc2/core.c b/drivers/staging/dwc2/core.c index c0b122a67996..f2708f95cea3 100644 --- a/drivers/staging/dwc2/core.c +++ b/drivers/staging/dwc2/core.c @@ -2687,7 +2687,7 @@ void dwc2_set_param_uframe_sched(struct dwc2_hsotg *hsotg, int val) /* * This function is called during module intialization to pass module parameters - * for the DWC_otg core. It returns non-0 if any parameters are invalid. + * for the DWC_otg core. */ void dwc2_set_parameters(struct dwc2_hsotg *hsotg, const struct dwc2_core_params *params) |