modify error for no key define in init.rk29board.rc second
This commit is contained in:
parent
f5c08b7ebb
commit
d9f2bfa16b
1 changed files with 2 additions and 2 deletions
|
|
@ -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,":");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue