All of lore.kernel.org
 help / color / mirror / Atom feed
* ps_wake_refcount warning in ath10k_pci_hif_stop
@ 2015-08-04 18:42 Ben Greear
  2015-08-05  4:56 ` Michal Kazior
  0 siblings, 1 reply; 2+ messages in thread
From: Ben Greear @ 2015-08-04 18:42 UTC (permalink / raw)
  To: ath10k

I'm porting forward to the 4.2-rc5+ kernel.

I'm seeing this splat hit often.  I'm using my CT firmware and
have a fair amount of ath10k patches, so it could be me.

	WARN_ON(ar_pci->ps_wake_refcount > 0);


Any idea what can cause this sort of thing?

Thanks,
Ben

-- 
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc  http://www.candelatech.com


_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: ps_wake_refcount warning in ath10k_pci_hif_stop
  2015-08-04 18:42 ps_wake_refcount warning in ath10k_pci_hif_stop Ben Greear
@ 2015-08-05  4:56 ` Michal Kazior
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Kazior @ 2015-08-05  4:56 UTC (permalink / raw)
  To: Ben Greear; +Cc: ath10k

On 4 August 2015 at 20:42, Ben Greear <greearb@candelatech.com> wrote:
> I'm porting forward to the 4.2-rc5+ kernel.
>
> I'm seeing this splat hit often.  I'm using my CT firmware and
> have a fair amount of ath10k patches, so it could be me.
>
>         WARN_ON(ar_pci->ps_wake_refcount > 0);
>
>
> Any idea what can cause this sort of thing?

You must be having unbalanced calls to
ath10k_pci_wake/ath10k_pci_sleep (i.e. more wake() than sleep() in
this case).


Michał

_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-05  4:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-04 18:42 ps_wake_refcount warning in ath10k_pci_hif_stop Ben Greear
2015-08-05  4:56 ` Michal Kazior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.