Searched hist:"6 caf34cb3a92bbd5df6844cb3248c3858797452f" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | sdio.c | diff 6caf34cb3a92bbd5df6844cb3248c3858797452f Fri Nov 18 15:00:32 CET 2016 Brian Norris <briannorris@chromium.org> mwifiex: sdio: don't check for NULL sdio_func
sdio_func is retrieved via container_of() and should never be NULL. Checking for NULL just makes the logic more confusing than necessary. Stop doing that.
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>
|