Re: [PATCH v2 04/28] video: fbdev: aty: Delete unused variable in radeon_monitor

2020-11-30 Thread Thomas Zimmermann
Am 28.11.20 um 23:40 schrieb Sam Ravnborg: Fix warning about variable that is asssigned a value but never used. The variable was indeed never used so delete it. Keep the call to radeon_probe_i2c_connector() as it may have side-effects. It is unlikely but I could not verify that is was safe to

[PATCH v2 04/28] video: fbdev: aty: Delete unused variable in radeon_monitor

2020-11-28 Thread Sam Ravnborg
Fix warning about variable that is asssigned a value but never used. The variable was indeed never used so delete it. Keep the call to radeon_probe_i2c_connector() as it may have side-effects. It is unlikely but I could not verify that is was safe to drop the call. Signed-off-by: Sam Ravnborg Cc