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:
f5c08b7
)
modify error for no key define in init.rk29board.rc second
author
ywj
<ywj@rockchip.com>
Fri, 7 Dec 2012 10:08:49 +0000
(18:08 +0800)
committer
ywj
<ywj@rockchip.com>
Fri, 7 Dec 2012 10:08:49 +0000
(18:08 +0800)
drivers/input/keyboard/rk29_keys.c
patch
|
blob
|
history
diff --git
a/drivers/input/keyboard/rk29_keys.c
b/drivers/input/keyboard/rk29_keys.c
index 60066f207816027bb70afe66c1d0234a1cf6323f..47141b284c65d9342c0660642f58daf9b48a08f0 100755
(executable)
--- a/
drivers/input/keyboard/rk29_keys.c
+++ b/
drivers/input/keyboard/rk29_keys.c
@@
-101,8
+101,8
@@
static ssize_t rk29key_set(struct device *dev,
p = strstr(buf,Arrary[i].keyArrary);
if(p==0)
{
-
printk
(" rk29key_set p == 0 error ...............\n");
-
return 0
;
+
dev_dbg
(" rk29key_set p == 0 error ...............\n");
+
continue
;
}
start = strcspn(p,":");