Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106992
b: refs/heads/master
c: e958d3a
h: refs/heads/master
v: v3
  • Loading branch information
Ben Dooks authored and Linus Torvalds committed Jul 30, 2008
1 parent 2b372cb commit d70ab93
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: 6e86841d05f371b5b9b86ce76c02aaee83352298
refs/heads/master: e958d3ace7791f33518f0259cd3cf229408b135c
2 changes: 1 addition & 1 deletion trunk/drivers/video/backlight/platform_lcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ static int __devinit platform_lcd_probe(struct platform_device *pdev)

plcd->us = dev;
plcd->pdata = pdata;
plcd->lcd = lcd_device_register("platform-lcd", dev,
plcd->lcd = lcd_device_register(dev_name(dev), dev,
plcd, &platform_lcd_ops);
if (IS_ERR(plcd->lcd)) {
dev_err(dev, "cannot register lcd device\n");
Expand Down

0 comments on commit d70ab93

Please sign in to comment.