staging: rtl8188eu: use break to exit while loop
authorMichael Straube <straube.linux@gmail.com>
Fri, 20 Dec 2019 17:44:13 +0000 (18:44 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Jan 2020 10:04:58 +0000 (11:04 +0100)
commitd1e10852aa63d840dd4d373cd6ab421d3de022d5
tree6c43b7082ed4bcc350719401e26ebb32c94943f2
parentd7a336d67ab5443a0ef14b8335d139e855e8a682
staging: rtl8188eu: use break to exit while loop

The variable bContinual in Efuse_PgPacketRead() is only used to break
out of a while loop. Remove the variable and use break instead.

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