]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/video/au1200fb.c
IB/iser: Limit the max size of a scsi command
[linux-2.6-omap-h63xx.git] / drivers / video / au1200fb.c
index 600d3e0e08b7343c4a3fea704ecf6ba68ff27bf2..c6a5f0ccc107232ff8ac7bd866abeccd57dea69b 100644 (file)
@@ -1694,7 +1694,7 @@ static int au1200fb_drv_probe(struct device *dev)
 
        /* Now hook interrupt too */
        if ((ret = request_irq(AU1200_LCD_INT, au1200fb_handle_irq,
-                         SA_INTERRUPT | SA_SHIRQ, "lcd", (void *)dev)) < 0) {
+                         IRQF_DISABLED | IRQF_SHARED, "lcd", (void *)dev)) < 0) {
                print_err("fail to request interrupt line %d (err: %d)",
                          AU1200_LCD_INT, ret);
                goto failed;