mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 07:01:57 +00:00
backlight: atmel-pwm-bl: fix checkpatch warning
This patch fixes the checkpatch warning as below: WARNING: quoted string split across lines Signed-off-by: Jingoo Han <jg1.han@samsung.com> Cc: Richard Purdie <rpurdie@rpsys.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
20c5a93210
commit
16a6314937
@ -106,10 +106,9 @@ static int atmel_pwm_bl_init_pwm(struct atmel_pwm_bl *pwmbl)
|
||||
pwm_channel_writel(&pwmbl->pwmc, PWM_CPRD,
|
||||
pwmbl->pdata->pwm_compare_max);
|
||||
|
||||
dev_info(&pwmbl->pdev->dev, "Atmel PWM backlight driver "
|
||||
"(%lu Hz)\n", pwmbl->pwmc.mck /
|
||||
pwmbl->pdata->pwm_compare_max /
|
||||
(1 << prescale));
|
||||
dev_info(&pwmbl->pdev->dev, "Atmel PWM backlight driver (%lu Hz)\n",
|
||||
pwmbl->pwmc.mck / pwmbl->pdata->pwm_compare_max /
|
||||
(1 << prescale));
|
||||
|
||||
return pwm_channel_enable(&pwmbl->pwmc);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user