diff options
author | Thorsten Blum <[email protected]> | 2024-09-01 18:19:13 +0200 |
---|---|---|
committer | Anna Schumaker <[email protected]> | 2024-09-23 15:03:12 -0400 |
commit | e343678ee990912a132e94236fe028efe78696b0 (patch) | |
tree | 24ebff1419c99b02a41e83146422f8a449019154 /drivers/usb/cdns3/cdns3-imx.c | |
parent | bb8e4ce500cb09950c2b51a3be0e94e337a215aa (diff) |
nfs: Remove unnecessary NULL check before kfree()
Since kfree() already checks if its argument is NULL, an additional
check before calling kfree() is unnecessary and can be removed.
Remove it and thus also the following Coccinelle/coccicheck warning
reported by ifnullfree.cocci:
WARNING: NULL check before some freeing functions is not needed
Reviewed-by: Benjamin Coddington <[email protected]>
Signed-off-by: Thorsten Blum <[email protected]>
Reviewed-by: Jeff Layton <[email protected]>
Signed-off-by: Anna Schumaker <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-imx.c')
0 files changed, 0 insertions, 0 deletions