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