staging: rtl8712: remove useless return value
authorLuca Ceresoli <luca@lucaceresoli.net>
Tue, 19 May 2015 09:35:19 +0000 (11:35 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 31 May 2015 02:49:58 +0000 (11:49 +0900)
commit73b4276365a11a5e67ede758b6e876570d247202
tree5a004049119f8a22679465f0a72a059e171932c1
parenta0825db8d1c196d1699770206c70f021564869bb
staging: rtl8712: remove useless return value

The loadparam() function cannot fail, it's called only once and its return
value is ignored there.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Cc: Greg Kroah-Hartman <greg@kroah.com>
Cc: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Florian Schilhabel <florian.c.schilhabel@googlemail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/os_intfs.c