]> git.karo-electronics.de Git - karo-tx-linux.git/commit
dma: imx-dma: Remove redundant NULL check before kfree
authorSyam Sidhardhan <syamsidhardh@gmail.com>
Sun, 24 Feb 2013 23:16:26 +0000 (04:46 +0530)
committerVinod Koul <vinod.koul@intel.com>
Mon, 1 Apr 2013 17:16:54 +0000 (22:46 +0530)
commitebbf8c062827ad5a35fce99e86a8c0e6c20f847b
tree2663461b3588e8448e9853269b488210878c7489
parentafc05d7ddcf5b9bd8bc09cacbae44ca1d119c52d
dma: imx-dma: 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: Vinod Koul <vinod.koul@intel.com>
drivers/dma/imx-dma.c