commit | 79a91138b09cf12a997b14e1c8f98dca1c3b0f3a | [log] [tgz] |
---|---|---|
author | Vamsi Krishna <vamsin@codeaurora.org> | Mon Aug 16 21:40:22 2021 +0530 |
committer | Jouni Malinen <jouni@codeaurora.org> | Wed Aug 25 22:23:46 2021 +0300 |
tree | 69e4f37f9936e5cc030eec87de54cc4349f6733f | |
parent | d72adbcfd3e006494602b31dfde2aba74a458e04 [diff] |
Fix warnings on unnecessary NULL checks Remove NULL checks on the address of an array which will always be non-NULL anyway. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>