Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
On RM400(a20r) machines ISA and SCSI interrupts share the same interrupt line. Commit 49e6e07 ("MIPS: pass non-NULL dev_id on shared request_irq()") accidently dropped the IRQF_SHARED bit, which breaks registering SCSI interrupt. Put back IRQF_SHARED and add dev_id for ISA interrupt. Fixes: 49e6e07 ("MIPS: pass non-NULL dev_id on shared request_irq()") Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
- Loading branch information