Various drivers' irq handlers: kill dead code, needless casts
[deliverable/linux.git] / drivers / serial / jsm / jsm_neo.c
index 8fa31e68989ae911b6ad5ea386ac5f205efdfa45..8be8da37f629b86418d6d9a4ee671cbc8c975878 100644 (file)
@@ -1116,7 +1116,7 @@ static void neo_param(struct jsm_channel *ch)
  */
 static irqreturn_t neo_intr(int irq, void *voidbrd)
 {
-       struct jsm_board *brd = (struct jsm_board *) voidbrd;
+       struct jsm_board *brd = voidbrd;
        struct jsm_channel *ch;
        int port = 0;
        int type = 0;
This page took 0.030306 seconds and 5 git commands to generate.