modify error for no key define in init.rk29board.rc second

This commit is contained in:
ywj 2012-12-07 18:08:49 +08:00
commit d9f2bfa16b

View file

@ -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,":");