ath10k: fix fw crash dumping
authorMichal Kazior <michal.kazior@tieto.com>
Mon, 25 Aug 2014 10:13:14 +0000 (12:13 +0200)
committerKalle Valo <kvalo@qca.qualcomm.com>
Tue, 26 Aug 2014 16:09:03 +0000 (19:09 +0300)
commit1bbb119db00dc1aff188df0f5705a759ede39b37
tree422b281c0f27c3f9e3af4c34e7570fbf402995bf
parent7aa7a72a23679abf1cea9b3b65a8921244e769a7
ath10k: fix fw crash dumping

Recent crash dump patches introduced a regression.
If debugfs was disabled upon crash user could only
see the following:

 [  793.880000] ath10k: firmware crashed! (uuid n/a)
 [  793.890000] ath10k: qca988x hw2.0 (0x4100016c, 0x043202ff) fw 10.1.467.2-1 api 2 htt 2.1
 [  793.890000] ath10k: debug 0 debugfs 0 tracing 0 dfs 1

The report was missing register dump. Fix it by
printing registers regardless if crash_data is
present or not.

Signed-off-by: Michal Kazior <michal.kazior@tieto.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/pci.c