Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254133
b: refs/heads/master
c: af99d6f
h: refs/heads/master
i:
  254131: 2038f6e
v: v3
  • Loading branch information
Lennart Sorensen authored and Greg Kroah-Hartman committed Jun 7, 2011
1 parent ce6bb44 commit a3336da
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: 163baa33552bb1c08b6bf109319505570658a8f3
refs/heads/master: af99d6f0037d970084b03d9690f50e34d6f70dae
2 changes: 1 addition & 1 deletion trunk/drivers/tty/serial/jsm/jsm_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ static int __devinit jsm_probe_one(struct pci_dev *pdev, const struct pci_device
brd->bd_uart_offset = 0x200;
brd->bd_dividend = 921600;

brd->re_map_membase = ioremap(brd->membase, 0x1000);
brd->re_map_membase = ioremap(brd->membase, pci_resource_len(pdev, 0));
if (!brd->re_map_membase) {
dev_err(&pdev->dev,
"card has no PCI Memory resources, "
Expand Down

0 comments on commit a3336da

Please sign in to comment.