]> git.baikalelectronics.ru Git - kernel.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)
commitf32e6c7cdc07c0b8d238959716d6289d255a9488
tree4e3af3f7181c8b7cd0345e9da7a4489fe1321dbd
parent77242e52366218a2d5211befe01e5d88765d20c4
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