]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8188eu: use break to exit while loop
authorMichael Straube <straube.linux@gmail.com>
Wed, 26 Sep 2018 20:04:08 +0000 (22:04 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 28 Sep 2018 12:30:52 +0000 (14:30 +0200)
commit709d5359da13781803f0341706fcfcf523aaa427
tree1405004602e6f8f7f10b11af04ad56804dcc2846
parentd7f1d985af414d8dc668ff7a8918f0958cd06c76
staging: rtl8188eu: use break to exit while loop

The variable bContinual is only used to break out of the while loop.
Remove the variable and use break instead.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_efuse.c