Input: tps6507x-ts - add missing call to platform_set_drvdata()
authorAxel Lin <axel.lin@gmail.com>
Thu, 2 Sep 2010 17:26:35 +0000 (10:26 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 3 Sep 2010 03:12:07 +0000 (20:12 -0700)
We call platform_get_drvdata() in tps6507x_ts_remove(),
thus we should call platform_set_drvdata() in tps6507x_ts_probe().

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>

No differences found