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)
commitc89d127128dba62458e956388fef7e5d728e1ded
treeaf147d58b88c2f64442726065271438e0981c6ed
parent57d88cffc83a2120266bbe9e72cbba5bd5f33675
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