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

staging: rtl8723bs: os_dep: Change return type of function rtw_suspend_normal() to void



Coccicheck issues Unneeded variable "ret" warning.
The return value of function rtw_suspend_normal() is set to _SUCCESS.
The return value is never never checked by the calling function.
Modified return type to void to remove the coccicheck warning..

Signed-off-by: default avatarShobhit Kukreti <shobhitkukreti@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 864e69d0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment