Re: [PATCH v3] firewire: Fix ohci free_irq() warning

2013-02-17 Thread Stefan Richter
On Feb 05 Mark Einon wrote: > This patch fixes the kernel warning below, generated when putting an > MSI MS-1727 GT740 laptop into suspend mode. The call sequence in this > case calls free_irq() twice, once in pci_suspend() and once then in > pci_remove(). > > The fix breaks up the ohci_enable() c

[PATCH v3] firewire: Fix ohci free_irq() warning

2013-02-05 Thread Mark Einon
This patch fixes the kernel warning below, generated when putting an MSI MS-1727 GT740 laptop into suspend mode. The call sequence in this case calls free_irq() twice, once in pci_suspend() and once then in pci_remove(). The fix breaks up the ohci_enable() call into four separate calls - ohci_enab