commit | e98fb11ffa0ab8fd3e99a0d8ff7c2bbb7418a834 | [log] [tgz] |
---|---|---|
author | Brian Norris <briannorris@chromium.org> | Fri Nov 18 19:30:33 2016 +0530 |
committer | Kalle Valo <kvalo@codeaurora.org> | Sat Nov 19 09:18:52 2016 +0200 |
tree | d9b9d250fd499c0ae4e86a22c398f447aacb96ac | |
parent | 6caf34cb3a92bbd5df6844cb3248c3858797452f [diff] |
mwifiex: stop checking for NULL drvata/intfdata These are never NULL, so stop making people think they might be. I don't change this for SDIO because SDIO has a racy card-reset handler that reallocates this struct. I'd rather not touch that mess right now. Signed-off-by: Brian Norris <briannorris@chromium.org> Tested-by: Xinming Hu <huxm@marvell.com> Signed-off-by: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>