Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325427
b: refs/heads/master
c: 3dc031d
h: refs/heads/master
i:
  325425: 1915bf9
  325423: 7dbc663
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Sep 19, 2012
1 parent ac8adb0 commit 8499669
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: 235960ed744dcd1a22d0667190758f37de9fb15a
refs/heads/master: 3dc031dd21ffb8d389c329e3429888212df467aa
2 changes: 1 addition & 1 deletion trunk/drivers/staging/comedi/drivers/daqboard2000.c
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ static int daqboard2000_attach_pci(struct comedi_device *dev,
return -ENOMEM;
devpriv = dev->private;

result = comedi_pci_enable(pcidev, "daqboard2000");
result = comedi_pci_enable(pcidev, dev->driver->driver_name);
if (result < 0)
return result;
dev->iobase = 1; /* the "detach" needs this */
Expand Down

0 comments on commit 8499669

Please sign in to comment.