leds: pwm-multicolor: Simplify an error message
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 15 Apr 2023 16:27:11 +0000 (18:27 +0200)
committerLee Jones <lee@kernel.org>
Thu, 20 Apr 2023 11:32:14 +0000 (12:32 +0100)
commitf3ef9d668b8b1b0e3e91dd9ea532f9d60eb61704
treeeaff6dd2ea9eaaa84d039e985e574af9515255a2
parent9f6ffd0da650f6ed264e124a3d6bb4e11a49f9f1
leds: pwm-multicolor: Simplify an error message

dev_err_probe() already display the error code. There is no need to
duplicate it explicitly in the error message.

While at it, add a missing \n at the end of the message.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/07d35e221faaa380fd11cd4597e42354c8eb350c.1681576017.git.christophe.jaillet@wanadoo.fr
drivers/leds/rgb/leds-pwm-multicolor.c