Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325537
b: refs/heads/master
c: f996ab2
h: refs/heads/master
i:
  325535: ceb9aa3
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Sep 26, 2012
1 parent 3cd5f78 commit b645519
Show file tree
Hide file tree
Showing 2 changed files with 4 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: b7eaf21a6709fb1dd1659dd0e56ce665375ba538
refs/heads/master: f996ab29e9dd1ed607ea9ba708dff6fa4d253859
4 changes: 3 additions & 1 deletion trunk/drivers/staging/comedi/drivers/s626.c
Original file line number Diff line number Diff line change
Expand Up @@ -2850,7 +2850,9 @@ static int s626_attach_pci(struct comedi_device *dev, struct pci_dev *pcidev)

s626_initialize(dev);

return 1;
dev_info(dev->class_dev, "%s attached\n", dev->board_name);

return 0;
}

static void s626_detach(struct comedi_device *dev)
Expand Down

0 comments on commit b645519

Please sign in to comment.