]> git.karo-electronics.de Git - karo-tx-linux.git/commit
wireless: rtlwifi: Replace variable with a break
authorPeter Senna Tschudin <peter.senna@gmail.com>
Sun, 22 Sep 2013 20:22:46 +0000 (22:22 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 26 Sep 2013 19:15:15 +0000 (15:15 -0400)
commitc8820cf2afbded8e75575dcafd6c99aeea06df0c
tree4e3af3f7181c8b7cd0345e9da7a4489fe1321dbd
parent3a1ea9fd935139027e60157fa5d5bf8555414de3
wireless: rtlwifi: Replace variable with a break

This patch removes the variable continual, and change the while loop
to break when efuse_data == 0xFF.

Tested by compilation only.

CC: Joe Perches <joe@perches.com>
Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rtlwifi/efuse.c