]> git.baikalelectronics.ru Git - kernel.git/commit
staging: wilc1000: remove initialization code of counter variable
authorChaehyun Lim <chaehyun.lim@gmail.com>
Thu, 11 Feb 2016 04:46:24 +0000 (13:46 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 12 Feb 2016 03:31:50 +0000 (19:31 -0800)
commit89421d65e0a8438447957663e5a99a0c34916be3
tree86613353a7b969b8f24557d972c9b2579e6cf749
parent6c2f229245d58bab93070a65e05177f40fa842ab
staging: wilc1000: remove initialization code of counter variable

There is no need to set to 0 for counter variable before entering next
for-loop statement because counter is initialized again in for-loop
statement, so just remove it.

Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_wlan.c