leds: pca9532: Remove irrelevant blink configuration error message
authorBastien Curutchet <bastien.curutchet@bootlin.com>
Mon, 26 Aug 2024 13:32:37 +0000 (15:32 +0200)
committerLee Jones <lee@kernel.org>
Fri, 30 Aug 2024 08:01:08 +0000 (09:01 +0100)
commit2aad93b6de0d874038d3d7958be05011284cd6b9
treeabf38223026fd74e4ce0c7708c5fcc0bf0a4c7e7
parent045391a02bd971d431c83ad03f7cc51b6e2fe331
leds: pca9532: Remove irrelevant blink configuration error message

The update_hw_blink() function prints an error message when hardware is
not able to handle a blink configuration on its own. IMHO, this isn't a
'real' error since the software fallback is used afterwards.

Remove the error messages to avoid flooding the logs with unnecessary
messages.

Cc: stable@vger.kernel.org
Fixes: 48ca7f302cfc ("leds: pca9532: Use PWM1 for hardware blinking")
Signed-off-by: Bastien Curutchet <bastien.curutchet@bootlin.com>
Link: https://lore.kernel.org/r/20240826133237.134604-1-bastien.curutchet@bootlin.com
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/leds/leds-pca9532.c