Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40938
b: refs/heads/master
c: 84a763e
h: refs/heads/master
v: v3
  • Loading branch information
Vitaly Wool authored and Linus Torvalds committed Nov 16, 2006
1 parent 3bc6c19 commit dc6d157
Show file tree
Hide file tree
Showing 3 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: b86432b42eba5671969a9e6483ee219674b7ee25
refs/heads/master: 84a763e3d1a47fa9308b8817f265e936e5f1000a
2 changes: 1 addition & 1 deletion trunk/drivers/video/pnx4008/pnxrgbfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ static int __devinit rgbfb_probe(struct platform_device *pdev)

static struct platform_driver rgbfb_driver = {
.driver = {
.name = "rgbfb",
.name = "pnx4008-rgbfb",
},
.probe = rgbfb_probe,
.remove = rgbfb_remove,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/video/pnx4008/sdum.c
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ static int sdum_remove(struct platform_device *pdev)

static struct platform_driver sdum_driver = {
.driver = {
.name = "sdum",
.name = "pnx4008-sdum",
},
.probe = sdum_probe,
.remove = sdum_remove,
Expand Down

0 comments on commit dc6d157

Please sign in to comment.