Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286551
b: refs/heads/master
c: 2bd1c85
h: refs/heads/master
i:
  286549: f4e1aed
  286547: 01c5392
  286543: 27dd834
v: v3
  • Loading branch information
Márton Németh authored and Grant Likely committed Jan 16, 2012
1 parent 2e15798 commit e1b6990
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: cd7bf8a554fdfaadcee6d66900c7710651dc58f2
refs/heads/master: 2bd1c85e855c94da564e151cb54553e6cfc2f04b
2 changes: 1 addition & 1 deletion trunk/drivers/gpio/gpio-ml-ioh.c
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ static int __devinit ioh_gpio_probe(struct pci_dev *pdev,
}

base = pci_iomap(pdev, 1, 0);
if (base == 0) {
if (!base) {
dev_err(&pdev->dev, "%s : pci_iomap failed", __func__);
ret = -ENOMEM;
goto err_iomap;
Expand Down

0 comments on commit e1b6990

Please sign in to comment.