Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346367
b: refs/heads/master
c: 16a6314
h: refs/heads/master
i:
  346365: c927ee2
  346363: 8c0b2c8
  346359: 1654a56
  346351: a9fe1f7
  346335: 70f3e9b
  346303: b5eb86d
  346239: b075f10
  346111: d15aff1
v: v3
  • Loading branch information
Jingoo Han authored and Linus Torvalds committed Dec 18, 2012
1 parent 3446ec5 commit 610e5ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 20c5a93210e9146c16041e46150b1e54f77b983d
refs/heads/master: 16a63149379e2279eb887dc28cad17e98d95500f
7 changes: 3 additions & 4 deletions trunk/drivers/video/backlight/atmel-pwm-bl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 610e5ca

Please sign in to comment.