Searched refs:BAD_FW (Results 1 - 1 of 1) sorted by relevance

/drivers/tty/
H A Dcyclades.c3461 #define BAD_FW KERN_ERR "Bad firmware: " macro
3463 printk(BAD_FW "too short: %u<%zu\n", len, sizeof(*h));
3472 printk(BAD_FW "too short");
3478 printk(BAD_FW "bad formatted header string\n");
3483 printk(BAD_FW "bad name '%s' (expected '%s')\n", h->name, name);
3491 printk(BAD_FW "bad block ref number in cfgs\n");
3498 printk(BAD_FW "nothing appropriate\n");
3504 printk(BAD_FW "bad block data offset\n");
3525 #undef BAD_FW macro

Completed in 55 milliseconds