Merge commit '559fa6e76b27' into perf/urgent
[pandora-kernel.git] / arch / blackfin / mach-bf537 / boards / tcm_bf537.c
index 0761b20..164a7e0 100644 (file)
@@ -742,7 +742,7 @@ static int __init tcm_bf537_init(void)
 #endif
 
 #if defined(CONFIG_PATA_PLATFORM) || defined(CONFIG_PATA_PLATFORM_MODULE)
-       irq_desc[PATA_INT].status |= IRQ_NOAUTOEN;
+       irq_set_status_flags(PATA_INT, IRQ_NOAUTOEN);
 #endif
        return 0;
 }