Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324637
b: refs/heads/master
c: f2c8042
h: refs/heads/master
i:
  324635: cdcf274
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Sep 4, 2012
1 parent b850e5c commit 2d4b214
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: d4fec101b628164c2a731d97fb874309b21abf67
refs/heads/master: f2c8042276338f1f40ccb9e5bef77887cdb626f4
2 changes: 1 addition & 1 deletion trunk/drivers/staging/comedi/drivers/aio_aio12_8.c
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ static int aio_aio12_8_attach(struct comedi_device *dev,
dev->board_name = board->name;

iobase = it->options[0];
if (!request_region(iobase, 24, dev->board_name)) {
if (!request_region(iobase, 32, dev->board_name)) {
printk(KERN_ERR "I/O port conflict");
return -EIO;
}
Expand Down

0 comments on commit 2d4b214

Please sign in to comment.