leds: pca9532: correct shift computation in pca9532_getled
authorMarkus Moll <moll.markus@arcor.de>
Tue, 22 Sep 2020 19:28:35 +0000 (21:28 +0200)
committerPavel Machek <pavel@ucw.cz>
Wed, 30 Sep 2020 16:53:28 +0000 (18:53 +0200)
commit2a378856e32c98f747bde3fd338ca0e322aae8cb
treea78f643fa7406643cc0eb2927140cb224867fa87
parent9adc8af4c2f414a03235ae5403433ff1090a00ff
leds: pca9532: correct shift computation in pca9532_getled

Each led setting occupies two bits in a corresponding led register.
Accessing these bits requires shifting and masking, which was
implemented incorrectly in pca9532_getled. Two new helper macros
concentrate the computation of those masks in one place.

Signed-off-by: Markus Moll <mmoll@de.pepperl-fuchs.com>
Signed-off-by: Pavel Machek <pavel@ucw.cz>
drivers/leds/leds-pca9532.c