aboutsummaryrefslogtreecommitdiff
path: root/drivers/fpga/xilinx-selectmap.c
diff options
context:
space:
mode:
authorRuan Jinjie <[email protected]>2023-08-04 16:21:01 +0800
committerLeon Romanovsky <[email protected]>2023-08-07 16:56:57 +0300
commit849b1955ade1c647234d6fadeb70377d9def01ca (patch)
treeb083ac629f1574f4f2a26f0dfd18af892e5b2b7e /drivers/fpga/xilinx-selectmap.c
parent26b7d1a27167e7adf75b150755e05d2bc123ce55 (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