Re: [ath5k-devel] [PATCH 4/5] ath5k: do not release irq across suspend/resume

2009-07-05 Thread Bob Copeland
On Sat, Jul 04, 2009 at 11:37:58PM +0200, Rafael J. Wysocki wrote: > Someone recently asked on a mailing list (unfortunately I can't recall > which one) if drivers should release irqs over suspend. Yeah, it was linux-wireless. Original message is here: http://marc.info/?l=linux-wireless&m=124515

Re: [ath5k-devel] [PATCH 4/5] ath5k: do not release irq across suspend/resume

2009-07-04 Thread Rafael J. Wysocki
On Saturday 04 July 2009, Jiri Slaby wrote: > On 07/04/2009 06:59 PM, Bob Copeland wrote: > > Paraphrasing Rafael J. Wysocki: "drivers should not release PCI IRQs > > in suspend." Doing so causes a warning during suspend/resume on some > > platforms. > > Hmm, I added it because I was told an irq

Re: [ath5k-devel] [PATCH 4/5] ath5k: do not release irq across suspend/resume

2009-07-04 Thread Jiri Slaby
On 07/04/2009 06:59 PM, Bob Copeland wrote: > Paraphrasing Rafael J. Wysocki: "drivers should not release PCI IRQs > in suspend." Doing so causes a warning during suspend/resume on some > platforms. Hmm, I added it because I was told an irq can change over suspend (or at least it could in the pas

[ath5k-devel] [PATCH 4/5] ath5k: do not release irq across suspend/resume

2009-07-04 Thread Bob Copeland
Paraphrasing Rafael J. Wysocki: "drivers should not release PCI IRQs in suspend." Doing so causes a warning during suspend/resume on some platforms. Cc: Rafael J. Wysocki Reported-by: Alan Jenkins Signed-off-by: Bob Copeland --- drivers/net/wireless/ath/ath5k/base.c | 11 --- 1 file