Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96867
b: refs/heads/master
c: d649770
h: refs/heads/master
i:
  96865: cefc157
  96863: eb333bd
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Linus Torvalds committed May 18, 2008
1 parent e965b8f commit 19bdb60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3ce92a2a7b03dae6b7778e2a5ff52f2042512887
refs/heads/master: d6497700879beeaaae208c0e9fd10b74dc44db5e
3 changes: 3 additions & 0 deletions trunk/drivers/video/dnfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,9 @@ int __init dnfb_init(void)
{
int ret;

if (!MACH_IS_APOLLO)
return -ENODEV;

if (fb_get_options("dnfb", NULL))
return -ENODEV;

Expand Down

0 comments on commit 19bdb60

Please sign in to comment.