]> git.baikalelectronics.ru Git - kernel.git/commit
Staging: rtl8723au: rtw_mlme_ext: Remove unnecessary test expression
authorShivani Bhardwaj <shivanib134@gmail.com>
Wed, 14 Oct 2015 10:19:06 +0000 (15:49 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Oct 2015 05:09:59 +0000 (22:09 -0700)
commit1035154aa9009dd1e59499b5a90ad0da95226c2e
tree2100bf00173160e923d43124d5f76d5460b64881
parentaad7bde64f5a178cc1098d9a1b0f41599849c952
Staging: rtl8723au: rtw_mlme_ext: Remove unnecessary test expression

Logical and-ing of a struct and its member should be replaced by the
member only as the struct has already been NULL tested before.

Signed-off-by: Shivani Bhardwaj <shivanib134@gmail.com>
Reviewed-by: Daniel Baluta <daniel.baluta@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/core/rtw_mlme_ext.c