ath10k: simplify ath10k_ce_init() wake up handling
authorKalle Valo <kvalo@qca.qualcomm.com>
Sun, 1 Sep 2013 07:02:15 +0000 (10:02 +0300)
committerKalle Valo <kvalo@qca.qualcomm.com>
Tue, 3 Sep 2013 06:49:08 +0000 (09:49 +0300)
ath10k_ce_init() and the functions it calls wakeup
the chip multiple times. Simplify that to call
ath10k_pci_wake() only once. This also makes it
easier to add error handling when wakeup fails.

Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>

No differences found