Skip to content

Commit 4a98e5e

Browse files
Zheng YongjunLee Jones
authored andcommitted
backlight: sky81452-backlight: Convert comma to semicolon
Replace a comma between expression statements by a semicolon. Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com> Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
1 parent 93cc26f commit 4a98e5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/video/backlight/sky81452-backlight.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ static int sky81452_bl_probe(struct platform_device *pdev)
291291
}
292292

293293
memset(&props, 0, sizeof(props));
294-
props.max_brightness = SKY81452_MAX_BRIGHTNESS,
294+
props.max_brightness = SKY81452_MAX_BRIGHTNESS;
295295
name = pdata->name ? pdata->name : SKY81452_DEFAULT_NAME;
296296
bd = devm_backlight_device_register(dev, name, dev, regmap,
297297
&sky81452_bl_ops, &props);

0 commit comments

Comments
 (0)