aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorPhillip Potter <phil@philpotter.co.uk>2021-08-30 00:45:40 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-09-13 08:49:42 +0200
commit9c275897b14618aa34a089e9c78ee82d17694f4f (patch)
tree72616f88e5224e44753f7a768726d562ced5e195 /scripts
parentstaging: r8188eu: remove c2h_handler field from struct hal_ops (diff)
staging: r8188eu: simplify c2h_evt_hdl function
Simplify c2h_evt_hdl function by removing majority of its code. The function always returned _FAIL anyway, due to the wrapper function it calls always returning _FAIL, and its one caller doesn't use the return value, so this function should just have a return type of void. Leave the call to c2h_evt_read in place, as without it, event handling semantics of the driver would be changed, despite nothing actually being done with the event. Acked-by: Fabio M. De Francesco <fmdefrancesco@gmail.com> Acked-by: Michael Straube <straube.linux@gmail.com> Signed-off-by: Phillip Potter <phil@philpotter.co.uk> Link: https://lore.kernel.org/r/20210829234541.946-3-phil@philpotter.co.uk Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions