]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mwifiex: remove superfluous condition
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 31 Jul 2016 10:39:15 +0000 (12:39 +0200)
committerKalle Valo <kvalo@codeaurora.org>
Sat, 3 Sep 2016 09:59:45 +0000 (12:59 +0300)
commit2f69e67058fbe9750a4f66ea30b4b6a8648a2fdc
tree645129867c8b1ab768fbeb27d992b24b4242d0a4
parent3f37ec79dd21fbdbbab8143a48a87272b22fef22
mwifiex: remove superfluous condition

for_each_property_of_node is only executed if the
property prop is not NULL.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Acked-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/marvell/mwifiex/sta_cmd.c