Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346916
b: refs/heads/master
c: 197a1e9
h: refs/heads/master
v: v3
  • Loading branch information
Aaro Koskinen authored and Dmitry Torokhov committed Oct 18, 2012
1 parent b48fad9 commit ba7073e
Show file tree
Hide file tree
Showing 2 changed files with 2 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: ad5396ee32afbdabb6188ffba67778080ea795b8
refs/heads/master: 197a1e96c8be5b6005145af3a4c0e45e2d651444
2 changes: 1 addition & 1 deletion trunk/drivers/input/serio/i8042-io.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ static inline int i8042_platform_init(void)
if (check_legacy_ioport(I8042_DATA_REG))
return -ENODEV;
#endif
#if !defined(__sh__) && !defined(__alpha__) && !defined(__mips__)
#if !defined(__sh__) && !defined(__alpha__)
if (!request_region(I8042_DATA_REG, 16, "i8042"))
return -EBUSY;
#endif
Expand Down

0 comments on commit ba7073e

Please sign in to comment.