| commit | 8f526ab4aa1b145bda2baf56e223050c7ef3e1b0 | [log] [tgz] |
|---|---|---|
| author | Larry Finger <Larry.Finger@lwfinger.net> | Fri Mar 02 13:22:46 2012 -0600 |
| committer | John W. Linville <linville@tuxdriver.com> | Mon Mar 05 15:53:47 2012 -0500 |
| tree | 9b511162b86f6a44a12757c5374ddda6f14f6d13 | |
| parent | 48de1a17fc41613b7e9d61037fa989256d04234f [diff] |
rtlwifi: Remove extraneous value return In usb.c, routine _rtl_usb_init_sw() always returns 0, and rtl_usb_probe() never checks the returned value. Thus we can change _rtl_usb_init_sw() to a void routine. In addition, remove the underscore at the beginning of the name of the routine. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>