]> git.baikalelectronics.ru Git - kernel.git/commit
Input: gpio_keys - remove redundant platform_set_drvdata()
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 6 May 2013 14:31:25 +0000 (07:31 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 8 May 2013 16:04:40 +0000 (09:04 -0700)
commit467926aa5a2a79b5486e35a45e2cfb5462912ead
tree4d06c82da023bae4e16fb2899ed37a60dba6f961
parentf5d46228df18ce54a97aeacaa3a18db42f66dd27
Input: gpio_keys - remove redundant platform_set_drvdata()

Commit c3e213df08 (device-core: Ensure drvdata = NULL when no
driver is bound) removes the need to set driver data field to
NULL.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/keyboard/gpio_keys.c