commit | ccb4d02f8efb60a894ef67593483dae51ac8b8e7 | [log] [tgz] |
---|---|---|
author | Ajay Singh <ajay.kathat@microchip.com> | Wed May 02 12:43:29 2018 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu May 03 13:56:34 2018 -0700 |
tree | 06adf9df190e5b20d858164e52f6b7867ca56266 | |
parent | e83d2fac784291d5bf72d44ea259aa501b6fda00 [diff] |
staging: wilc1000: modified NULL check used for 'if' condition in delete_key() Fix below issue reported by checkpatch.pl script. 'Comparison to NULL could be written "priv->wilc_gtk[key_index]"' 'Comparison to NULL could be written "priv->wilc_ptk[key_index]"' Signed-off-by: Ajay Singh <ajay.kathat@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>