We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8172c03 commit b9b37fcCopy full SHA for b9b37fc
examples/kbleds.c
@@ -61,7 +61,7 @@ static int __init kbleds_init(void)
61
pr_info("kbleds: finished scanning consoles\n");
62
63
my_driver = vc_cons[fg_console].d->port.tty->driver;
64
- pr_info("kbleds: tty driver magic %x\n", my_driver->magic);
+ pr_info("kbleds: tty driver name %s\n", my_driver->driver_name);
65
66
/* Set up the LED blink timer the first time. */
67
timer_setup(&my_timer, my_timer_func, 0);
0 commit comments