commit | fdb1e28e05c9d1d6d9c3226e5443ad12e2032e00 | [log] [tgz] |
---|---|---|
author | Xinming Hu <huxm@marvell.com> | Thu Dec 31 06:24:12 2015 -0800 |
committer | Kalle Valo <kvalo@codeaurora.org> | Thu Jan 07 11:14:02 2016 +0200 |
tree | 670dea869944f846865095e11185e1ad936d617d | |
parent | 50f85e220f6f51798429a3cc74e7c76d27513bef [diff] |
mwifiex: fix missing debug messages Some critical messages are missed until "adapter->dev" gets initialized in mwifiex_register_dev(). We will use pr_* print message instead of mwifiex_dbg at those places to resolve the problem. Signed-off-by: Xinming Hu <huxm@marvell.com> Signed-off-by: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>