ts: rk29_i2c_goodix: fix resume with enable wrong irq
author黄涛 <huangtao@rock-chips.com>
Thu, 20 Feb 2014 11:12:23 +0000 (19:12 +0800)
committer黄涛 <huangtao@rock-chips.com>
Thu, 20 Feb 2014 12:07:14 +0000 (20:07 +0800)
drivers/input/touchscreen/rk29_i2c_goodix.c

index ab3dced65309ff331efba5efb31987b30516ff6b..87f765e4331e9f9419ff4c8382d40a6918a5c974 100755 (executable)
@@ -519,7 +519,7 @@ static int rk_ts_resume(struct i2c_client *client)
        }\r
 #endif\r
        \r
-       enable_irq(client->irq);\r
+       enable_irq(ts->irq);\r
 \r
        return 0;\r
 }\r