Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297792
b: refs/heads/master
c: 3183968
h: refs/heads/master
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Dmitry Torokhov committed Mar 26, 2012
1 parent 9d437c0 commit 7a913ae
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: a1d552cc15b0be9124ccba593f99f59c4ec1e153
refs/heads/master: 3183968cbfb76c02f357151f66a1260101f9d82c
3 changes: 3 additions & 0 deletions trunk/drivers/input/joystick/amijoy.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ static int __init amijoy_init(void)
int i, j;
int err;

if (!MACH_IS_AMIGA)
return -ENODEV;

for (i = 0; i < 2; i++) {
if (!amijoy[i])
continue;
Expand Down

0 comments on commit 7a913ae

Please sign in to comment.