Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317664
b: refs/heads/master
c: 98bcf91
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Jul 6, 2012
1 parent 1acb647 commit 38ef44f
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: 111b62e48139767a42fc87b422f39b5909c27ac6
refs/heads/master: 98bcf9119cbcab67768a548bcb6dfc2b9464cb96
2 changes: 1 addition & 1 deletion trunk/drivers/staging/comedi/drivers/adl_pci6208.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ static int pci6208_attach(struct comedi_device *dev,
dev_info(dev->class_dev, "%s: %s, I/O base=0x%04lx\n",
dev->driver->driver_name, dev->board_name, dev->iobase);

return 1;
return 0;
}

static void pci6208_detach(struct comedi_device *dev)
Expand Down

0 comments on commit 38ef44f

Please sign in to comment.