Skip to content

Commit

Permalink
[PATCH] pnx4008: rename driver
Browse files Browse the repository at this point in the history
Make the drivers' names less generic to avoid possible confusion in future,
as was requested by Russell King.

Signed-off-by: Vitaly Wool <vwool@ru.mvista.com>
Acked-by: James Simmons <jsimmons@infradead.org>
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Vitaly Wool authored and Linus Torvalds committed Nov 16, 2006
1 parent b86432b commit 84a763e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 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 84a763e

Please sign in to comment.