Lines Matching refs:error
82 * -v0.6.4 Fix a silly error with status checking
93 * Coding style cleanups, better error messages/handling
94 * Fixed an off-by-one error in memory allocation
97 * -v0.6.1 Fix a silly error with status checking
313 pr_err("evaluation error HKEY.SQTY\n");
328 pr_err("evaluation error HKEY.SINF\n");
439 pr_err("evaluation error _SB.STAT\n");
479 pr_err("evaluation error _SB.CDDR\n");
486 pr_err("evaluation error _SB.FBAY\n");
809 pr_err("error getting hotkey status\n");
897 int error;
910 error = sparse_keymap_setup(input_dev, panasonic_keymap, NULL);
911 if (error) {
916 error = input_register_device(input_dev);
917 if (error) {
927 return error;