提交 16a63149 编写于 作者: J Jingoo Han 提交者: Linus Torvalds

backlight: atmel-pwm-bl: fix checkpatch warning

This patch fixes the checkpatch warning as below:

  WARNING: quoted string split across lines
Signed-off-by: NJingoo Han <jg1.han@samsung.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 20c5a932
...@@ -106,10 +106,9 @@ static int atmel_pwm_bl_init_pwm(struct atmel_pwm_bl *pwmbl) ...@@ -106,10 +106,9 @@ static int atmel_pwm_bl_init_pwm(struct atmel_pwm_bl *pwmbl)
pwm_channel_writel(&pwmbl->pwmc, PWM_CPRD, pwm_channel_writel(&pwmbl->pwmc, PWM_CPRD,
pwmbl->pdata->pwm_compare_max); pwmbl->pdata->pwm_compare_max);
dev_info(&pwmbl->pdev->dev, "Atmel PWM backlight driver " dev_info(&pwmbl->pdev->dev, "Atmel PWM backlight driver (%lu Hz)\n",
"(%lu Hz)\n", pwmbl->pwmc.mck / pwmbl->pwmc.mck / pwmbl->pdata->pwm_compare_max /
pwmbl->pdata->pwm_compare_max / (1 << prescale));
(1 << prescale));
return pwm_channel_enable(&pwmbl->pwmc); return pwm_channel_enable(&pwmbl->pwmc);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册