diff options
author | Ruan Jinjie <[email protected]> | 2023-08-04 16:21:01 +0800 |
---|---|---|
committer | Leon Romanovsky <[email protected]> | 2023-08-07 16:56:57 +0300 |
commit | 849b1955ade1c647234d6fadeb70377d9def01ca (patch) | |
tree | b083ac629f1574f4f2a26f0dfd18af892e5b2b7e /drivers/fpga/xilinx-selectmap.c | |
parent | 26b7d1a27167e7adf75b150755e05d2bc123ce55 (diff) |
RDMA: Remove unnecessary NULL values
The NULL initialization of the pointers assigned by kzalloc() first is
not necessary, because if the kzalloc() failed, the pointers will be
assigned NULL, otherwise it works as usual. so remove it.
Signed-off-by: Ruan Jinjie <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Leon Romanovsky <[email protected]>
Diffstat (limited to 'drivers/fpga/xilinx-selectmap.c')
0 files changed, 0 insertions, 0 deletions