]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/pps/clients/pps-gpio.c: remove unnecessary platform_set_drvdata()
authorJingoo Han <jg1.han@samsung.com>
Wed, 11 Sep 2013 21:26:00 +0000 (14:26 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Sep 2013 22:59:34 +0000 (15:59 -0700)
commitbea51df96994c316e916c7802707fc27f55b36ac
treeb17daa20bfd89750b4fcca3ed69efd3f614f64b3
parentd66d4f982d20e48a89c5cc8b0ce873d96e9df3cb
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>
drivers/pps/clients/pps-gpio.c