Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363967
b: refs/heads/master
c: 46c5812
h: refs/heads/master
i:
  363965: bec178c
  363963: c336fc0
  363959: 7488a58
  363951: c3ce27c
  363935: 0a50104
  363903: 49deb8c
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Apr 8, 2013
1 parent 59eb63e commit d8f99b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: ae5dd5fcab2d9978e1a0a900a8598b4d92f02657
refs/heads/master: 46c58127ad544fda69cdab377ca4cb304c61202d
4 changes: 1 addition & 3 deletions trunk/drivers/staging/comedi/comedi_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ int comedi_pci_enable(struct comedi_device *dev)
if (rc < 0)
return rc;

rc = pci_request_regions(pcidev, dev->board_name
? dev->board_name
: dev->driver->driver_name);
rc = pci_request_regions(pcidev, dev->board_name);
if (rc < 0)
pci_disable_device(pcidev);
else
Expand Down

0 comments on commit d8f99b2

Please sign in to comment.