mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
gryphon-led-module: avoid turn off the led in module probe
This commit is contained in:
parent
b9057e4503
commit
9cfe56a4dd
1 changed files with 1 additions and 1 deletions
|
|
@ -192,9 +192,9 @@ static int canyon_led_probe(struct platform_device *pdev)
|
|||
sk9822_set_color_str(leds, "00FF00");
|
||||
sk9822_update(leds);
|
||||
msleep(200);
|
||||
#endif
|
||||
sk9822_set_color_str(leds, "000000");
|
||||
sk9822_update(leds);
|
||||
#endif
|
||||
|
||||
printk(KERN_INFO "canyon led successfully probed\n");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue