linux/drivers/pps/clients
Jingoo Han b67fb086f3 drivers/pps/clients/pps-gpio.c: 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>
Cc: Rodolfo Giometti <giometti@enneenne.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2013-09-11 15:59:34 -07:00
..
Kconfig tty: Added a CONFIG_TTY option to allow removal of TTY 2013-01-18 16:15:27 -08:00
Makefile pps: new client driver using GPIO 2011-11-02 16:07:02 -07:00
pps_parport.c Include missing linux/slab.h inclusions 2013-04-29 15:42:01 -04:00
pps-gpio.c drivers/pps/clients/pps-gpio.c: remove unnecessary platform_set_drvdata() 2013-09-11 15:59:34 -07:00
pps-ktimer.c pps: default echo function 2011-11-02 16:07:02 -07:00
pps-ldisc.c pps: Move timestamp read into PPS code proper 2013-02-13 10:13:58 -08:00