Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325428
b: refs/heads/master
c: 8a3f3d3
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Sep 19, 2012
1 parent 8499669 commit ace0028
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 3dc031dd21ffb8d389c329e3429888212df467aa
refs/heads/master: 8a3f3d37c58ea44a2441fe8be4d8cd0996fc0c3c
7 changes: 6 additions & 1 deletion trunk/drivers/staging/comedi/drivers/daqboard2000.c
Original file line number Diff line number Diff line change
Expand Up @@ -762,8 +762,13 @@ static int daqboard2000_attach_pci(struct comedi_device *dev,
s = &dev->subdevices[2];
result = subdev_8255_init(dev, s, daqboard2000_8255_cb,
(unsigned long)(devpriv->daq + dioP2ExpansionIO8Bit));
if (result)
return result;

return result;
dev_info(dev->class_dev, "%s: %s attached\n",
dev->driver->driver_name, dev->board_name);

return 0;
}

static void daqboard2000_detach(struct comedi_device *dev)
Expand Down

0 comments on commit ace0028

Please sign in to comment.