projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
122a324
3df852b
)
modify build error rk29_keys.c update develop3.0
author
ywj
<ywj@rockchip.com>
Mon, 10 Dec 2012 02:52:17 +0000
(10:52 +0800)
committer
ywj
<ywj@rockchip.com>
Mon, 10 Dec 2012 02:52:17 +0000
(10:52 +0800)
1
2
drivers/input/keyboard/rk29_keys.c
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
drivers/input/keyboard/rk29_keys.c
index cb4342ce9e6313baa8f17b0cca7961f11f06b7d2,c476b2468efe70916ed9a34a97298d7677876a2b..1ff34bc0d20a6c46adef5ad1cf8e34252de6bab9
---
1
/
drivers/input/keyboard/rk29_keys.c
---
2
/
drivers/input/keyboard/rk29_keys.c
+++ b/
drivers/input/keyboard/rk29_keys.c
@@@
-100,11
-100,8
+100,10
@@@
static ssize_t rk29key_set(struct devic
p = strstr(buf,Arrary[i].keyArrary);
if(p==0)
- continue;
-
+ {
+ dev_dbg(dev," rk29key_set p == 0 error ...............\n");
+ continue;
+ }
-
start = strcspn(p,":");
if(i<6)