Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32684
b: refs/heads/master
c: c964521
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Jul 15, 2006
1 parent b3ff022 commit 005db03
Show file tree
Hide file tree
Showing 2 changed files with 6 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: d8573e20d5d6974305599dde42b5dd7583310ccf
refs/heads/master: c964521c54304f51705764334f7b27a9518ed65a
5 changes: 5 additions & 0 deletions trunk/drivers/serial/sunsu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1200,6 +1200,11 @@ static int __init sunsu_kbd_ms_init(struct uart_sunsu_port *up)
if (up->port.type == PORT_UNKNOWN)
return -ENODEV;

printk("%s: %s port at %lx, irq %u\n",
to_of_device(up->port.dev)->node->full_name,
(up->su_type == SU_PORT_KBD) ? "Keyboard" : "Mouse",
up->port.mapbase, up->port.irq);

#ifdef CONFIG_SERIO
serio = &up->serio;
serio->port_data = up;
Expand Down

0 comments on commit 005db03

Please sign in to comment.