Dmitry,

+                               keycode = keymap[i];
+                               release = (new_status >> i) & 0x1;
+                               dev_info(dev, "davinci_keyscan: key %d %s\n",
+                                   keycode, release ? "released" : "pressed");

I did a little mistake here I used dev_info instead of dev_dbg, let me know if there is any other comment before I send a patch fixed.

Thanks,

Miguel Aguilar

_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to