commit | 4d1b80bf7a5ae9829b8c741bfab7d9e03533e6b1 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Wed Aug 21 18:52:54 2013 +0900 |
committer | Vinod Koul <vinod.koul@intel.com> | Sun Aug 25 14:37:13 2013 +0530 |
tree | 99a4ab07c5fa1b8987eaa5be642f564ff054087f | |
parent | b1baec525e75bcf4dd8c8824cfde476a98b13bab [diff] |
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 <jg1.han@samsung.com> Acked-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Vinod Koul <vinod.koul@intel.com>