summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/ucb1400_ts.c
diff options
context:
space:
mode:
authorManuel Traut <manut@linutronix.de>2009-05-27 13:20:05 (GMT)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2009-05-27 13:24:41 (GMT)
commit346a850e3c3a20159cef2b79235e6d34aa497c65 (patch)
tree85554403c80792748d7e30b662155952f8dcdd4c /drivers/input/touchscreen/ucb1400_ts.c
parentf9fcfc3b4627a1ec9b50411060f1b384926d6610 (diff)
downloadlinux-fsl-qoriq-346a850e3c3a20159cef2b79235e6d34aa497c65.tar.xz
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>
Diffstat (limited to 'drivers/input/touchscreen/ucb1400_ts.c')
-rw-r--r--drivers/input/touchscreen/ucb1400_ts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/ucb1400_ts.c b/drivers/input/touchscreen/ucb1400_ts.c
index f100c7f..6954f55 100644
--- a/drivers/input/touchscreen/ucb1400_ts.c
+++ b/drivers/input/touchscreen/ucb1400_ts.c
@@ -419,7 +419,7 @@ static int ucb1400_ts_remove(struct platform_device *dev)
#ifdef CONFIG_PM
static int ucb1400_ts_resume(struct platform_device *dev)
{
- struct ucb1400_ts *ucb = platform_get_drvdata(dev);
+ struct ucb1400_ts *ucb = dev->dev.platform_data;
if (ucb->ts_task) {
/*