staging: rtl8188eu: simplify loop in rtl88eu_phy_iq_calibrate()
authorMichael Straube <straube.linux@gmail.com>
Fri, 7 Dec 2018 20:55:14 +0000 (21:55 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 12 Dec 2018 10:37:58 +0000 (11:37 +0100)
commita793dbe926014e6fee2c643fbfa966cb0cdf86ef
tree1c4e875e0e00cef619a9f899805507ae1d386f98
parentf8bc1b2efa05183f10451b7618243a4278bf6b16
staging: rtl8188eu: simplify loop in rtl88eu_phy_iq_calibrate()

Zeroing the array result[m][n] and setting only the values at
even 'n's simplifies the code and slightly reduces object file
size.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/hal/phy.c