|
@@ -920,7 +920,7 @@ static int gs_put_char(struct tty_struct *tty, unsigned char ch)
|
|
|
unsigned long flags;
|
|
|
int status;
|
|
|
|
|
|
- pr_vdebug("gs_put_char: (%d,%p) char=0x%x, called from %p\n",
|
|
|
+ pr_vdebug("gs_put_char: (%d,%p) char=0x%x, called from %pf\n",
|
|
|
port->port_num, tty, ch, __builtin_return_address(0));
|
|
|
|
|
|
spin_lock_irqsave(&port->port_lock, flags);
|