]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: edma: No need to clean the pdata in edma_of_parse_dt()
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Fri, 16 May 2014 12:17:08 +0000 (15:17 +0300)
committerSekhar Nori <nsekhar@ti.com>
Thu, 22 May 2014 05:17:45 +0000 (10:47 +0530)
commit6a939dae40c893420170999f7b36cf34ff67d1d4
tree5b412538f44068039b871bc8028a8ee14608de61
parentef00c8df9b0963283889a22330c7b5bdcdabe3ab
ARM: edma: No need to clean the pdata in edma_of_parse_dt()

The pdata has been just allocated with devm_kzalloc() in
edma_setup_info_from_dt() and passed to this function.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/common/edma.c