staging: rtl8188eu: Change type of rtw_get_sec_ie()
authorNishka Dasgupta <nishkadg.linux@gmail.com>
Wed, 12 Jun 2019 06:50:03 +0000 (12:20 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Jun 2019 09:55:49 +0000 (11:55 +0200)
commit232034b3425342b0bb465760489b12fac26fef96
tree8774819c684ad7df1cd05806e5e2c53da01e2e22
parentbb3982b42e797b1dd7197c4142ccd5231d0109ac
staging: rtl8188eu: Change type of rtw_get_sec_ie()

Change return type of function rtw_get_sec_ie from int to void and
remove its return statement as the return value is never stored, checked
or otherwise used.

Signed-off-by: Nishka Dasgupta <nishkadg.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_ieee80211.c
drivers/staging/rtl8188eu/include/ieee80211.h