]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/serial/netx-serial.c
[PATCH] cifs: change uses of f_{dentry, vfsmnt} to use f_path
[linux-2.6-omap-h63xx.git] / drivers / serial / netx-serial.c
index e92d7e1c22cf331e70d38c878ec3413115b44097..062bad457b1a6775c5566e6a311a2e09798cb642 100644 (file)
@@ -247,7 +247,7 @@ static void netx_rxint(struct uart_port *port)
 
 static irqreturn_t netx_int(int irq, void *dev_id)
 {
-       struct uart_port *port = (struct uart_port *)dev_id;
+       struct uart_port *port = dev_id;
        unsigned long flags;
        unsigned char status;