commit | f752fa468ad14fb772ff8611c649e8224c3796fd | [log] [tgz] |
---|---|---|
author | Chaehyun Lim <chaehyun.lim@gmail.com> | Thu Feb 11 13:46:24 2016 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Feb 11 19:31:50 2016 -0800 |
tree | 86613353a7b969b8f24557d972c9b2579e6cf749 | |
parent | 67ba5d6d6e12495f6c2f6ed260d13f4cf77caf1e [diff] |
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>