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)
commit6505090a34ef1b69df234f0b64a61646a220c345
tree1405004602e6f8f7f10b11af04ad56804dcc2846
parentfb81fa138aa584d5f607f15b6fffe34bb7b475a5
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