From c4989452317a1112bd1ba887a30eff719ce8f1ff Mon Sep 17 00:00:00 2001 From: Rajendra Nayak Date: Thu, 13 Jun 2013 19:47:11 +0530 Subject: [PATCH] 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-format-patch failed