Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48667
b: refs/heads/master
c: d78112e
h: refs/heads/master
i:
  48665: a9dbfcd
  48663: 4f30814
v: v3
  • Loading branch information
Michael Hanselmann authored and Len Brown committed Feb 10, 2007
1 parent 8bf7ce3 commit bfbc80e
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: 3945ac36af3da6014cde9836c5acc5b3adaaa379
refs/heads/master: d78112e1f1da2a8be1ac0d7b583dcc25aa4f079c
2 changes: 1 addition & 1 deletion trunk/drivers/usb/misc/appledisplay.c
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ 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,
pdata->bd = backlight_device_register(bl_name, NULL, pdata
&appledisplay_bl_data);
if (IS_ERR(pdata->bd)) {
err("appledisplay: Backlight registration failed");
Expand Down

0 comments on commit bfbc80e

Please sign in to comment.