Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155550
b: refs/heads/master
c: 82e8b54
h: refs/heads/master
v: v3
  • Loading branch information
Marc Zyngier authored and Eric Miao committed Jul 3, 2009
1 parent 851d86f commit 6d8e5b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4aa78264d14bb0e87897acb90941c368248e20ce
refs/heads/master: 82e8b54229fb121946151b82e8ff3c3284bd723f
2 changes: 2 additions & 0 deletions trunk/drivers/video/backlight/pwm_bl.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ static int pwm_backlight_suspend(struct platform_device *pdev,
struct backlight_device *bl = platform_get_drvdata(pdev);
struct pwm_bl_data *pb = dev_get_drvdata(&bl->dev);

if (pb->notify)
pb->notify(0);
pwm_config(pb->pwm, 0, pb->period);
pwm_disable(pb->pwm);
return 0;
Expand Down

0 comments on commit 6d8e5b1

Please sign in to comment.