Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363983
b: refs/heads/master
c: db6de36
h: refs/heads/master
i:
  363981: 1104cf9
  363979: 64095b8
  363975: b187e27
  363967: d8f99b2
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Apr 9, 2013
1 parent a258911 commit 162911b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 7ffb0a85763957983c260f5f08c250d45d1d4449
refs/heads/master: db6de3675375b6738fa13bb92118ec56efcb7ac3
5 changes: 2 additions & 3 deletions trunk/drivers/staging/comedi/drivers/acl7225b.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,11 @@ static int acl7225b_attach(struct comedi_device *dev,
{
const struct acl7225b_boardinfo *board = comedi_board(dev);
struct comedi_subdevice *s;
int iobase, iorange;
int iobase;
int ret;

iobase = it->options[0];
iorange = board->io_range;
if (!request_region(iobase, iorange, dev->board_name))
if (!request_region(iobase, board->io_range, dev->board_name))
return -EIO;
dev->iobase = iobase;
dev->irq = 0;
Expand Down

0 comments on commit 162911b

Please sign in to comment.