From: Rajendra Nayak Date: Thu, 13 Jun 2013 14:17:11 +0000 (+0530) Subject: ARM: OMAP: dma: Remove the erroneous freeing of platform data X-Git-Tag: omap-for-v3.11/dma-signed~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86d4d78c320d335c2699d4897720b8eb1b934e47;p=pandora-kernel.git ARM: OMAP: dma: Remove the erroneous freeing of platform data Given p = pdev->dev.platform_data; and d = p->dma_attr; the freeing of either one of these by the driver seems just plain wrong. Get rid of them in the .probe failure path as well as the .remove. Signed-off-by: Rajendra Nayak Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed