commit | 93ab486d3f2f87118c5a268a9ceeaf8721bfcb1b | [log] [tgz] |
---|---|---|
author | Vatika Harlalka <vatikaharlalka@gmail.com> | Mon Feb 23 19:32:38 2015 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Feb 26 12:45:32 2015 -0800 |
tree | b86840f93fa6001689db18a7c4acd9934eb1de5d | |
parent | efb8d497941fc2f97d87da65dfa93b7df620143a [diff] |
Staging: rtl8188eu: Changed array and loop construct This function only required the array from the 14th element onwards. Therefore, the array size is reduced and the loop counter is modified so as to start from 0. Also, the assignment of variable place is redundant as it is initialized again in the loop. Signed-off-by: Vatika Harlalka <vatikaharlalka@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>