]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
dmaengine: qcom_hidma: remove unneeded of_node_put()
authorWei Yongjun <weiyongjun1@huawei.com>
Sat, 22 Oct 2016 14:38:54 +0000 (14:38 +0000)
committerVinod Koul <vinod.koul@intel.com>
Mon, 14 Nov 2016 03:38:32 +0000 (09:08 +0530)
commit87ffcea5530393e771ea34ba2e98986258e534f2
treeeac92774609db2c82c6c18b120377c1f333887dc
parent1c0e3e82a7fb01c7398ea9533f57c0a77099428f
dmaengine: qcom_hidma: remove unneeded of_node_put()

Device node iterators put the previous value of the index variable, so an
explicit put causes a double put.

Generated by: scripts/coccinelle/iterators/device_node_continue.cocci

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/qcom/hidma_mgmt.c