Lines Matching defs:error
66 * -v0.6.4 Fix a silly error with status checking
77 * Coding style cleanups, better error messages/handling
78 * Fixed an off-by-one error in memory allocation
81 * -v0.6.1 Fix a silly error with status checking
250 "evaluation error HKEY.SQTY\n"));
266 "evaluation error HKEY.SINF\n"));
446 "error getting hotkey status\n"));
482 int error;
495 error = sparse_keymap_setup(input_dev, panasonic_keymap, NULL);
496 if (error) {
502 error = input_register_device(input_dev);
503 if (error) {
514 return error;