]> git.karo-electronics.de Git - karo-tx-linux.git/commit
leds: lm355x: fix attribute-creation race
authorJohan Hovold <johan@kernel.org>
Wed, 25 Jun 2014 17:08:47 +0000 (10:08 -0700)
committerBryan Wu <cooloney@gmail.com>
Wed, 25 Jun 2014 22:10:54 +0000 (15:10 -0700)
commit0d25376c326220687a2dccb5c40b785a7499326c
tree7ff26332ab553647fa143ea55cf40bf98a716d37
parent9db9386016c6cfc6a6af3bacc7043cab8ff04ecf
leds: lm355x: fix attribute-creation race

Use the attribute groups of the led-class to create the indicator-LED
attributes during probe in order to avoid racing with userspace.

Note that the comment about the pattern attribute only being for LM3554
was incorrect and did not match the code (the original leds-lm3556
driver had the attribute before LM3554 support was added).

Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Bryan Wu <cooloney@gmail.com>
drivers/leds/leds-lm355x.c