Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352305
b: refs/heads/master
c: 3220712
h: refs/heads/master
i:
  352303: 7bf1d51
v: v3
  • Loading branch information
Alexey Khoroshilov authored and John W. Linville committed Jan 30, 2013
1 parent d89adfa commit 9faf3a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: baf58b0e8f0e460e252e40f5fdf393b01a3cef7d
refs/heads/master: 3220712d3aa4f5df12b7305ce340f6d216a84477
2 changes: 2 additions & 0 deletions trunk/drivers/net/wireless/mwifiex/pcie.c
Original file line number Diff line number Diff line change
Expand Up @@ -1985,6 +1985,7 @@ static int mwifiex_pcie_init(struct mwifiex_adapter *adapter)
card->pci_mmap = pci_iomap(pdev, 0, 0);
if (!card->pci_mmap) {
dev_err(adapter->dev, "iomap(0) error\n");
ret = -EIO;
goto err_iomap0;
}
ret = pci_request_region(pdev, 2, DRV_NAME);
Expand All @@ -1995,6 +1996,7 @@ static int mwifiex_pcie_init(struct mwifiex_adapter *adapter)
card->pci_mmap1 = pci_iomap(pdev, 2, 0);
if (!card->pci_mmap1) {
dev_err(adapter->dev, "iomap(2) error\n");
ret = -EIO;
goto err_iomap2;
}

Expand Down

0 comments on commit 9faf3a3

Please sign in to comment.