Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354810
b: refs/heads/master
c: 4053036
h: refs/heads/master
v: v3
  • Loading branch information
Tony Prisk authored and Greg Kroah-Hartman committed Jan 18, 2013
1 parent de38676 commit 27e31dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 27dd2e04923341cff96aae164117c44da1072c32
refs/heads/master: 4053036580f0423be14e79483a939a4aef48c592
4 changes: 2 additions & 2 deletions trunk/drivers/tty/serial/vt8500_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -606,9 +606,9 @@ static int vt8500_serial_probe(struct platform_device *pdev)
snprintf(vt8500_port->name, sizeof(vt8500_port->name),
"VT8500 UART%d", pdev->id);

vt8500_port->uart.membase = ioremap(mmres->start, resource_size(mmres));
vt8500_port->uart.membase = devm_request_and_ioremap(&pdev->dev, mmres);
if (!vt8500_port->uart.membase) {
ret = -ENOMEM;
ret = -EADDRNOTAVAIL;
goto err;
}

Expand Down

0 comments on commit 27e31dc

Please sign in to comment.