projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b61736
)
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
patch
|
blob
|
history
diff --git
a/drivers/input/touchscreen/rk29_i2c_goodix.c
b/drivers/input/touchscreen/rk29_i2c_goodix.c
index ab3dced65309ff331efba5efb31987b30516ff6b..87f765e4331e9f9419ff4c8382d40a6918a5c974 100755
(executable)
--- 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)
}
\r
#endif
\r
\r
- enable_irq(
client
->irq);
\r
+ enable_irq(
ts
->irq);
\r
\r
return 0;
\r
}
\r