projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c8fe58
)
leds: leds-lm3533: convert comma to semicolon
author
Zheng Yongjun
<zhengyongjun3@huawei.com>
Wed, 16 Dec 2020 13:16:53 +0000
(21:16 +0800)
committer
Pavel Machek
<pavel@ucw.cz>
Sun, 31 Jan 2021 09:38:02 +0000
(10:38 +0100)
Replace a comma between expression statements by a semicolon.
Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
Signed-off-by: Pavel Machek <pavel@ucw.cz>
drivers/leds/leds-lm3533.c
patch
|
blob
|
history
diff --git
a/drivers/leds/leds-lm3533.c
b/drivers/leds/leds-lm3533.c
index b3edee7031931eae380a762f30d866ac3af36da3..9dd205870525c4f753d656b169e94d2754fbb768 100644
(file)
--- a/
drivers/leds/leds-lm3533.c
+++ b/
drivers/leds/leds-lm3533.c
@@
-679,7
+679,7
@@
static int lm3533_led_probe(struct platform_device *pdev)
led->cdev.brightness_get = lm3533_led_get;
led->cdev.blink_set = lm3533_led_blink_set;
led->cdev.brightness = LED_OFF;
- led->cdev.groups = lm3533_led_attribute_groups
,
+ led->cdev.groups = lm3533_led_attribute_groups
;
led->id = pdev->id;
mutex_init(&led->mutex);