[PATCH] am53c974: Fix crash during modprobe

2015-03-27 Thread Hannes Reinecke
On systems with shared interrupts the interrupt routine might be called as soon as the interrupt is enabled. As this might happen before pci_set_drvdata() is called the system would crash. Reported-by: Andreas Brogle an...@ok.de Tested-by: Andreas Brogle an...@ok.de Signed-off-by: Hannes Reinecke

Re: [PATCH] am53c974: Fix crash during modprobe

2015-03-27 Thread James Bottomley
On Fri, 2015-03-27 at 08:29 +0100, Hannes Reinecke wrote: On systems with shared interrupts the interrupt routine might be called as soon as the interrupt is enabled. As this might happen before pci_set_drvdata() is called the system would crash. Reported-by: Andreas Brogle an...@ok.de