]> git.baikalelectronics.ru Git - kernel.git/commit
Input: ep93xx_keypad - remove redundant platform_set_drvdata()
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 6 May 2013 14:25:48 +0000 (07:25 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 8 May 2013 16:04:34 +0000 (09:04 -0700)
commitdeefc35bfd66e8e72c3ee44e76a197428eb7f468
treee11a9a657086334a8a66ead3da15ad4a804d02b1
parent6c90c4132967b51098bda47abcb12af9e47926c8
Input: ep93xx_keypad - 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/ep93xx_keypad.c