Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325677
b: refs/heads/master
c: 386d95b
h: refs/heads/master
i:
  325675: be6f216
v: v3
  • Loading branch information
Julia Lawall authored and Greg Kroah-Hartman committed Aug 15, 2012
1 parent be5c03b commit 4d1a90f
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 640de636a1f149a92fe54f564ce931ec6b8418c6
refs/heads/master: 386d95b3ad6f6dad61d0be379873dca66595c1e4
1 change: 1 addition & 0 deletions trunk/drivers/tty/moxa.c
Original file line number Diff line number Diff line change
Expand Up @@ -977,6 +977,7 @@ static int __devinit moxa_pci_probe(struct pci_dev *pdev,
board->basemem = ioremap_nocache(pci_resource_start(pdev, 2), 0x4000);
if (board->basemem == NULL) {
dev_err(&pdev->dev, "can't remap io space 2\n");
retval = -ENOMEM;
goto err_reg;
}

Expand Down

0 comments on commit 4d1a90f

Please sign in to comment.