From 48cac12f2623209bf6ef344610a780f56d79bfd8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E9=BB=84=E6=B6=9B?= Date: Thu, 20 Feb 2014 19:12:23 +0800 Subject: [PATCH] ts: rk29_i2c_goodix: fix resume with enable wrong irq --- drivers/input/touchscreen/rk29_i2c_goodix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/touchscreen/rk29_i2c_goodix.c b/drivers/input/touchscreen/rk29_i2c_goodix.c index ab3dced65309..87f765e4331e 100755 --- a/drivers/input/touchscreen/rk29_i2c_goodix.c +++ b/drivers/input/touchscreen/rk29_i2c_goodix.c @@ -519,7 +519,7 @@ static int rk_ts_resume(struct i2c_client *client) } #endif - enable_irq(client->irq); + enable_irq(ts->irq); return 0; } -- 2.34.1