Skip to content

Commit

Permalink
leds: leds-lm3533: convert comma to semicolon
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Zheng Yongjun authored and Pavel Machek committed Jan 31, 2021
1 parent 5c8fe58 commit 4e04b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/leds/leds-lm3533.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 4e04b11

Please sign in to comment.