Blackfin Serial Driver: disable dma rx interrupt only rather than all irqs
[pandora-kernel.git] / drivers / serial / serial_core.c
index bf3c0e3..b0bb29d 100644 (file)
@@ -1765,7 +1765,7 @@ static void uart_line_info(struct seq_file *m, struct uart_driver *drv, int i)
 
 static int uart_proc_show(struct seq_file *m, void *v)
 {
-       struct tty_driver *ttydrv = v;
+       struct tty_driver *ttydrv = m->private;
        struct uart_driver *drv = ttydrv->driver_state;
        int i;