From: Jingoo Han Date: Wed, 21 Aug 2013 09:52:54 +0000 (+0900) Subject: dma: ipu: remove unnecessary platform_set_drvdata() X-Git-Tag: v3.12-rc1~68^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d1b80bf7a5ae9829b8c741bfab7d9e03533e6b1;p=pandora-kernel.git dma: ipu: remove unnecessary platform_set_drvdata() The driver core clears the driver data to NULL after device_release or on probe failure. Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingoo Han Acked-by: Shawn Guo Signed-off-by: Vinod Koul --- Reading git-diff-tree failed