staging: r8188eu: remove MSG_88E call from odm_TXPowerTrackingThermalMeterInit
authorPhillip Potter <phil@philpotter.co.uk>
Fri, 5 Nov 2021 00:28:07 +0000 (00:28 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 Nov 2021 09:02:02 +0000 (10:02 +0100)
commit0de963e2f9feea88124f23b24ed4e55db209d949
treed3c4a265c9ebcf9f673eaa3f5b30596fdffe48d7
parente4a5be23b835d015f06a419c09cb5eded84316c1
staging: r8188eu: remove MSG_88E call from odm_TXPowerTrackingThermalMeterInit

Remove unnecessary MSG_88E macro call from hal/odm.c, within the
function odm_TXPowerTrackingThermalMeterInit. All it does is print a
struct member, during initialization, that is then immediately set on
the following line. It is therefore surplus to requirements.

Signed-off-by: Phillip Potter <phil@philpotter.co.uk>
Link: https://lore.kernel.org/r/20211105002807.6628-1-phil@philpotter.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/hal/odm.c