Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364161
b: refs/heads/master
c: 3fd1971
h: refs/heads/master
i:
  364159: 83ca425
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Apr 19, 2013
1 parent 6a1a805 commit ca19524
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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: 60cb3b02bc74c90aaa77d1acda1eff73c8dda478
refs/heads/master: 3fd19714e3b7b355cb52975edaeb25df6db4a9be
9 changes: 5 additions & 4 deletions trunk/drivers/staging/comedi/drivers/skel.c
Original file line number Diff line number Diff line change
Expand Up @@ -632,11 +632,12 @@ static void skel_detach(struct comedi_device *dev)
/*
* ISA board
*
* If I/O regions successfully requested by _attach(),
* release them here.
* Release the first I/O region requested during the
* _attach(). This is safe to call even if the request
* failed. If any additional I/O regions are requested
* they need to be released by the driver.
*/
if (dev->iobase)
release_region(dev->iobase, SKEL_SIZE);
comedi_legacy_detach(dev);
}
}

Expand Down

0 comments on commit ca19524

Please sign in to comment.