OSDN Git Service

Input: usb1400_ts - fix access to "device data" in resume function
authorManuel Traut <manut@linutronix.de>
Wed, 27 May 2009 13:20:05 +0000 (06:20 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 27 May 2009 13:24:41 +0000 (06:24 -0700)
commit346a850e3c3a20159cef2b79235e6d34aa497c65
tree85554403c80792748d7e30b662155952f8dcdd4c
parentf9fcfc3b4627a1ec9b50411060f1b384926d6610
Input: usb1400_ts - fix access to "device data" in resume function

platform_data != driver_data

driver data is actually the "correct" place of the struct however it is
not placed there due to the need of the ac97 struct. This is broken since
d9105c2b01 aka "[ARM] 5184/1: Split ucb1400_ts into core and touchscreen"

Signed-off-by: Manuel Traut <manut@linutronix.de>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/touchscreen/ucb1400_ts.c