Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45114
b: refs/heads/master
c: 96ceeaf
h: refs/heads/master
v: v3
  • Loading branch information
Andreas Schwab authored and Linus Torvalds committed Dec 30, 2006
1 parent 8fe5388 commit 465021a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 9414232fa0cc28e2f51b8c76d260f2748f7953fc
refs/heads/master: 96ceeaf4ab66315a5149296bb58d8e1a9e6f2f6d
2 changes: 1 addition & 1 deletion trunk/drivers/macintosh/via-pmu-backlight.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ void __init pmu_backlight_init()

snprintf(name, sizeof(name), "pmubl");

bd = backlight_device_register(name, NULL, &pmu_backlight_data);
bd = backlight_device_register(name, NULL, NULL, &pmu_backlight_data);
if (IS_ERR(bd)) {
printk("pmubl: Backlight registration failed\n");
goto error;
Expand Down

0 comments on commit 465021a

Please sign in to comment.