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: sz_173~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4989452317a1112bd1ba887a30eff719ce8f1ff;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