Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119629
b: refs/heads/master
c: aac725c
h: refs/heads/master
i:
  119627: 021dc9b
v: v3
  • Loading branch information
Jiri Slaby authored and David S. Miller committed Nov 30, 2008
1 parent c80834c commit c9027f6
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: e6358135147807351db3b7782d3e198a1bba8b62
refs/heads/master: aac725cf1649d593a13be1edc99ed489f8050a99
2 changes: 1 addition & 1 deletion trunk/drivers/atm/horizon.c
Original file line number Diff line number Diff line change
Expand Up @@ -2705,7 +2705,7 @@ static int __devinit hrz_probe(struct pci_dev *pci_dev, const struct pci_device_

/* XXX DEV_LABEL is a guess */
if (!request_region(iobase, HRZ_IO_EXTENT, DEV_LABEL)) {
return -EINVAL;
err = -EINVAL;
goto out_disable;
}

Expand Down

0 comments on commit c9027f6

Please sign in to comment.