From: Wei Yongjun Date: Wed, 8 May 2013 23:48:02 +0000 (-0700) Subject: ARM: OMAP1: DMA: fix error handling in omap1_system_dma_init() X-Git-Tag: omap-for-v3.10/fixes-for-merge-window-part2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=348c34225d4395b769ec6d283b0c7ace0b430a38;p=pandora-kernel.git ARM: OMAP1: DMA: fix error handling in omap1_system_dma_init() Add the missing iounmap() before return from omap1_system_dma_init() in the error handling case. Also removed platform_device_del() on add resources error case which cause dup device delete. Signed-off-by: Wei Yongjun Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed