Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73675
b: refs/heads/master
c: 28822f2
h: refs/heads/master
i:
  73673: e79da13
  73671: 07ec997
v: v3
  • Loading branch information
Stanislav Brabec authored and Linus Torvalds committed Nov 15, 2007
1 parent 9af5db3 commit f6e594b
Show file tree
Hide file tree
Showing 2 changed files with 5 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: cfe36bde59bc1ae868e775ad82386c3acaabb738
refs/heads/master: 28822f22e18fc3c422f64b5bf0bb1e6c306af634
5 changes: 4 additions & 1 deletion trunk/drivers/video/s1d13xxxfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ s1d13xxxfb_probe(struct platform_device *pdev)
int ret = 0;
u8 revision;

dbg("probe called: device is %p\n", dev);
dbg("probe called: device is %p\n", pdev);

printk(KERN_INFO "Epson S1D13XXX FB Driver\n");

Expand Down Expand Up @@ -753,8 +753,11 @@ static struct platform_driver s1d13xxxfb_driver = {
static int __init
s1d13xxxfb_init(void)
{

#ifndef MODULE
if (fb_get_options("s1d13xxxfb", NULL))
return -ENODEV;
#endif

return platform_driver_register(&s1d13xxxfb_driver);
}
Expand Down

0 comments on commit f6e594b

Please sign in to comment.