Various drivers' irq handlers: kill dead code, needless casts
[deliverable/linux.git] / drivers / media / video / zoran_device.c
index d9d5020a2224b792e45422193d6db3dfa0daeec2..168e431d7c716e56b5cd924047032901cff31e64 100644 (file)
@@ -1415,7 +1415,7 @@ zoran_irq (int             irq,
        struct zoran *zr;
        unsigned long flags;
 
-       zr = (struct zoran *) dev_id;
+       zr = dev_id;
        count = 0;
 
        if (zr->testing) {
This page took 0.025267 seconds and 5 git commands to generate.