Skip to content
Commit 3dadf62c authored by Shobhit Kukreti's avatar Shobhit Kukreti Committed by Greg Kroah-Hartman
Browse files

staging: rtl8723bs: os_dep: Modify return type of function loadparam(..) to void



The function static uint loadparam(struct adapter *padapter, _nic_hdl
pnetdev) return type is modified to void.
The initial return value was always returning _SUCCESS and the return value
is never checked when the function is called.
This resolves coccicheck warnings of unneeded variables.

Signed-off-by: default avatarShobhit Kukreti <shobhitkukreti@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 6faeb505
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment