[PATCH] broken cast in parport_pc
[deliverable/linux.git] / include / linux / parport_pc.h
index 7825c76cbd00df635afb5bcef50775651b07e0cf..c6f7624708796434d74b0480cdb0c67646a86418 100644 (file)
@@ -86,7 +86,7 @@ extern __inline__ void dump_parport_state (char *str, struct parport *p)
        unsigned char dcr = inb (CONTROL (p));
        unsigned char dsr = inb (STATUS (p));
        static char *ecr_modes[] = {"SPP", "PS2", "PPFIFO", "ECP", "xXx", "yYy", "TST", "CFG"};
-       const struct parport_pc_private *priv = (parport_pc_private *)p->physport->private_data;
+       const struct parport_pc_private *priv = p->physport->private_data;
        int i;
 
        printk (KERN_DEBUG "*** parport state (%s): ecr=[%s", str, ecr_modes[(ecr & 0xe0) >> 5]);
This page took 0.025794 seconds and 5 git commands to generate.