]> git.baikalelectronics.ru Git - kernel.git/commit
IB/mlx4: Remove redundant NULL check before kfree
authorSyam Sidhardhan <syamsidhardh@gmail.com>
Sun, 24 Feb 2013 23:20:05 +0000 (23:20 +0000)
committerRoland Dreier <roland@purestorage.com>
Mon, 25 Feb 2013 17:24:32 +0000 (09:24 -0800)
commit8b3c515925236d2397a4b0fa8e20fff22e7320a4
treeaf147d58b88c2f64442726065271438e0981c6ed
parent23498422290a7a535a26b4a9c067916c56eaece0
IB/mlx4: Remove redundant NULL check before kfree

kfree on NULL pointer is a no-op.

Signed-off-by: Syam Sidhardhan <s.syam@samsung.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
drivers/infiniband/hw/mlx4/main.c