Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113427
b: refs/heads/master
c: 9bde10a
h: refs/heads/master
i:
  113425: e927090
  113423: acf7480
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Oct 13, 2008
1 parent 5182709 commit b8aa887
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 716da631ae91fc5e9f8d5815f8ef5fbfed862b80
refs/heads/master: 9bde10a4b8c54804236d3d6b4b75e98825a921e7
5 changes: 2 additions & 3 deletions trunk/drivers/serial/serial_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2154,12 +2154,11 @@ uart_report_port(struct uart_driver *drv, struct uart_port *port)

switch (port->iotype) {
case UPIO_PORT:
snprintf(address, sizeof(address),
"I/O 0x%x", port->iobase);
snprintf(address, sizeof(address), "I/O 0x%lx", port->iobase);
break;
case UPIO_HUB6:
snprintf(address, sizeof(address),
"I/O 0x%x offset 0x%x", port->iobase, port->hub6);
"I/O 0x%lx offset 0x%x", port->iobase, port->hub6);
break;
case UPIO_MEM:
case UPIO_MEM32:
Expand Down

0 comments on commit b8aa887

Please sign in to comment.