mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 10:15:57 +01:00
pr_info everywhere
This commit is contained in:
@@ -18,7 +18,7 @@ DECLARE_WORK(work, work_func);
|
||||
|
||||
static void work_func(struct work_struct *work)
|
||||
{
|
||||
printk(KERN_INFO "%d\n", i);
|
||||
pr_info("%d\n", i);
|
||||
i++;
|
||||
queue_delayed_work(queue, &next_work, HZ);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user