Files
linux/drivers/input/misc
Jingoo Han 35c4b1227e Input: misc - 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: Dmitry Torokhov <dmitry.torokhov@gmail.com>
2013-05-23 09:34:13 -07:00
..
2012-11-24 00:05:38 -08:00
2012-11-24 00:05:38 -08:00
2012-11-24 00:05:38 -08:00
2012-11-24 00:05:38 -08:00
2012-11-24 00:05:38 -08:00
2012-11-24 00:05:38 -08:00
2013-03-17 19:40:50 -07:00
2012-11-24 00:05:38 -08:00
2012-11-24 00:05:38 -08:00
2013-03-17 19:40:50 -07:00
2012-11-24 00:05:38 -08:00
2012-11-24 00:05:38 -08:00
2012-11-24 00:05:38 -08:00
2012-11-24 00:05:38 -08:00
2012-11-24 00:05:38 -08:00
2012-11-24 00:05:19 -08:00
2010-02-09 11:13:56 +01:00