commit | 8866c727440d5b059637cb97927e383548099e8c | [log] [tgz] |
---|---|---|
author | Michal Kazior <michal.kazior@tieto.com> | Thu Mar 17 10:52:08 2016 +0100 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Mon Mar 21 18:31:03 2016 +0200 |
tree | 75aee152e29208f5395b8d9889824403ff54f5c2 | |
parent | 750eeed89cf3c466df302e4707491b015531e26c [diff] |
ath10k: fix null deref if device crashes early If device failed to init during early probing (which is quite rare) it triggered driver to compute crc before ar->firmware was ready causing an oops. Fixes: 3e58044b61a9 ("ath10k: print crc32 checksums for firmware and board files") Signed-off-by: Michal Kazior <michal.kazior@tieto.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>