]> git.baikalelectronics.ru Git - kernel.git/commit
staging: r8188eu: convert rtw_inc_and_chk_continual_urb_error() to bool
authorMichael Straube <straube.linux@gmail.com>
Tue, 29 Mar 2022 10:37:56 +0000 (12:37 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 Apr 2022 05:33:47 +0000 (07:33 +0200)
commitb66865d1e0c19e6d318087b003eff404a8bd5ceb
treed59769f1338b5eed3f766373ba986e7539c70d9b
parent00c1c2f12a81fa97b30eee3da2b7e1ec663d59e2
staging: r8188eu: convert rtw_inc_and_chk_continual_urb_error() to bool

Function rtw_inc_and_chk_continual_urb_error() returns boolean values.
Change its return type from int to bool.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20220329103756.6740-5-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/include/usb_ops.h