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

/drivers/tty/
H A Dcyclades.c3444 #define BAD_FW KERN_ERR "Bad firmware: " macro
3446 printk(BAD_FW "too short: %u<%zu\n", len, sizeof(*h));
3455 printk(BAD_FW "too short");
3461 printk(BAD_FW "bad formatted header string\n");
3466 printk(BAD_FW "bad name '%s' (expected '%s')\n", h->name, name);
3474 printk(BAD_FW "bad block ref number in cfgs\n");
3481 printk(BAD_FW "nothing appropriate\n");
3487 printk(BAD_FW "bad block data offset\n");
3508 #undef BAD_FW macro

Completed in 39 milliseconds