]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
leds: lp8860: Write full EEPROM, not only half of it
authorAlexander Sverdlin <alexander.sverdlin@siemens.com>
Thu, 14 Nov 2024 10:13:59 +0000 (11:13 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Feb 2025 09:05:02 +0000 (10:05 +0100)
commit37cab2868e5cc0ca461e3569ede6d000acf85a71
treeb056ec480516bbe46690280d9f3571ca3351c184
parentab061462be52f5bf4d00d93719e1a7c2d81acb67
leds: lp8860: Write full EEPROM, not only half of it

commit 0d2e820a86793595e2a776855d04701109e46663 upstream.

I struggle to explain dividing an ARRAY_SIZE() by the size of an element
once again. As the latter equals to 2, only the half of EEPROM was ever
written. Drop the unexplainable division and write full ARRAY_SIZE().

Cc: stable@vger.kernel.org
Fixes: 7a8685accb95 ("leds: lp8860: Introduce TI lp8860 4 channel LED driver")
Signed-off-by: Alexander Sverdlin <alexander.sverdlin@siemens.com>
Link: https://lore.kernel.org/r/20241114101402.2562878-1-alexander.sverdlin@siemens.com
Signed-off-by: Lee Jones <lee@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/leds/leds-lp8860.c