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>
This commit is contained in:
parent
93cc26fa8f
commit
4a98e5ef88
|
@ -291,7 +291,7 @@ static int sky81452_bl_probe(struct platform_device *pdev)
|
|||
}
|
||||
|
||||
memset(&props, 0, sizeof(props));
|
||||
props.max_brightness = SKY81452_MAX_BRIGHTNESS,
|
||||
props.max_brightness = SKY81452_MAX_BRIGHTNESS;
|
||||
name = pdata->name ? pdata->name : SKY81452_DEFAULT_NAME;
|
||||
bd = devm_backlight_device_register(dev, name, dev, regmap,
|
||||
&sky81452_bl_ops, &props);
|
||||
|
|
Loading…
Reference in New Issue