Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324321
b: refs/heads/master
c: 73ac0e9
h: refs/heads/master
i:
  324319: 6190633
v: v3
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Aug 16, 2012
1 parent 10a5750 commit b2035df
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: e045907c0a08d09cbc992cd00f788ef0dd83889d
refs/heads/master: 73ac0e9eafe8d04a3cdb39b7c7c1e3f4154676b5
2 changes: 1 addition & 1 deletion trunk/drivers/misc/pch_phub.c
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ static int __devinit pch_phub_probe(struct pci_dev *pdev,
chip->pch_phub_base_address = pci_iomap(pdev, 1, 0);


if (chip->pch_phub_base_address == 0) {
if (chip->pch_phub_base_address == NULL) {
dev_err(&pdev->dev, "%s : pci_iomap FAILED", __func__);
ret = -ENOMEM;
goto err_pci_iomap;
Expand Down

0 comments on commit b2035df

Please sign in to comment.