Commit 3d1a4e89 authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] MINOR -> minor in debug message.

From:  Ryan Bradetich <rbradetich@uswest.net>
parent 2b30246f
......@@ -590,7 +590,7 @@ static void uart_flush_buffer(struct tty_struct *tty)
unsigned long flags;
DPRINTK("uart_flush_buffer(%d) called\n",
MINOR(tty->device) - tty->driver.minor_start);
minor(tty->device) - tty->driver.minor_start);
spin_lock_irqsave(&info->port->lock, flags);
uart_circ_clear(&info->xmit);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment