Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363982
b: refs/heads/master
c: 7ffb0a8
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Apr 9, 2013
1 parent 1104cf9 commit a258911
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 894ab190b9cfae1e040fd3d333528206eb0ea861
refs/heads/master: 7ffb0a85763957983c260f5f08c250d45d1d4449
3 changes: 1 addition & 2 deletions trunk/drivers/staging/comedi/drivers/acl7225b.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,8 @@ static int acl7225b_attach(struct comedi_device *dev,

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

Expand Down

0 comments on commit a258911

Please sign in to comment.