--- zzzz-none-000/linux-3.10.107/drivers/scsi/arm/powertec.c 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/drivers/scsi/arm/powertec.c 2021-02-04 17:41:59.000000000 +0000 @@ -358,7 +358,7 @@ goto out_free; ret = request_irq(ec->irq, powertecscsi_intr, - IRQF_DISABLED, "powertec", info); + 0, "powertec", info); if (ret) { printk("scsi%d: IRQ%d not free: %d\n", host->host_no, ec->irq, ret);