Merge branch 'for-3.6/drivers' of git://git.kernel.dk/linux-block
[deliverable/linux.git] / drivers / crypto / n2_core.c
index 67b97c5fd85978bb09d4c9ab08ebe3afa86ff695..a8bd0310f8fec7fe5f8f7bceaf1987f7f38bd8dc 100644 (file)
@@ -1610,8 +1610,7 @@ static int spu_map_ino(struct platform_device *dev, struct spu_mdesc_info *ip,
 
        sprintf(p->irq_name, "%s-%d", irq_name, index);
 
-       return request_irq(p->irq, handler, IRQF_SAMPLE_RANDOM,
-                          p->irq_name, p);
+       return request_irq(p->irq, handler, 0, p->irq_name, p);
 }
 
 static struct kmem_cache *queue_cache[2];
This page took 0.0271 seconds and 5 git commands to generate.