Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47881
b: refs/heads/master
c: 2ca48ed
h: refs/heads/master
i:
  47879: 51efb96
v: v3
  • Loading branch information
Michael Hanselmann authored and Linus Torvalds committed Feb 12, 2007
1 parent b44a1b3 commit 0294e13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 509cb37e173d4e39cec47238397e91b718730794
refs/heads/master: 2ca48ed5cc5935cbd2a6f5d14fecd4ddbbdb4315
4 changes: 2 additions & 2 deletions trunk/drivers/usb/misc/appledisplay.c
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,8 @@ static int appledisplay_probe(struct usb_interface *iface,
/* Register backlight device */
snprintf(bl_name, sizeof(bl_name), "appledisplay%d",
atomic_inc_return(&count_displays) - 1);
pdata->bd = backlight_device_register(bl_name, NULL, NULL,
&appledisplay_bl_data);
pdata->bd = backlight_device_register(bl_name, NULL,
pdata, &appledisplay_bl_data);
if (IS_ERR(pdata->bd)) {
err("appledisplay: Backlight registration failed");
goto error;
Expand Down

0 comments on commit 0294e13

Please sign in to comment.