Jingoo Han dd3daca162 dma: use platform_{get,set}_drvdata()
Use the wrapper functions for getting and setting the driver data using
platform_device instead of using dev_{get,set}_drvdata() with &pdev->dev,
so we can directly pass a struct platform_device.

Also, unnecessary dev_set_drvdata() is removed, because the driver core
clears the driver data to NULL after device_release or on probe failure.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
2013-07-05 11:40:32 +05:30
..
2013-04-30 15:50:12 +05:30
2013-01-07 17:36:37 +01:00
2013-04-15 22:04:19 +05:30
2013-04-15 22:04:19 +05:30
2013-07-05 11:40:32 +05:30
2012-09-01 08:57:12 -07:00
2013-04-30 15:50:12 +05:30
2013-04-30 15:50:12 +05:30
2013-04-15 09:51:16 +05:30