rtlwifi: potential forever loop in rtl92de_hw_init()
authorDan Carpenter <error27@gmail.com>
Wed, 29 Jun 2011 06:31:49 +0000 (09:31 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 29 Jun 2011 19:11:07 +0000 (15:11 -0400)
"i" should be an int here because we are trying to use it to count
to 10000.  The original code looks like it could hang in a forever
loop.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found