]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Staging: rtl8188eu: Changed array and loop construct
authorVatika Harlalka <vatikaharlalka@gmail.com>
Mon, 23 Feb 2015 14:02:38 +0000 (19:32 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Feb 2015 20:45:32 +0000 (12:45 -0800)
commit93ab486d3f2f87118c5a268a9ceeaf8721bfcb1b
treeb86840f93fa6001689db18a7c4acd9934eb1de5d
parentefb8d497941fc2f97d87da65dfa93b7df620143a
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>
drivers/staging/rtl8188eu/hal/phy.c