Revert "ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp bus."
[linux-flexiantxendom0-3.2.10.git] / drivers / mfd / ucb1x00-ts.c
index 40ec3c1..38ffbd5 100644 (file)
@@ -382,7 +382,7 @@ static int ucb1x00_ts_add(struct ucb1x00_dev *dev)
        ts->adcsync = adcsync ? UCB_SYNC : UCB_NOSYNC;
 
        idev->name       = "Touchscreen panel";
-       idev->id.product = ts->ucb->id->driver_data;
+       idev->id.product = ts->ucb->id;
        idev->open       = ucb1x00_ts_open;
        idev->close      = ucb1x00_ts_close;