mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-24 10:41:35 +01:00
pr_info everywhere
This commit is contained in:
@@ -57,7 +57,7 @@ static struct task_struct *kthread;
|
||||
static int work_func(void *data)
|
||||
{
|
||||
while (!kthread_should_stop()) {
|
||||
printk(KERN_INFO "%d\n", lkmc_dep);
|
||||
pr_info("%d\n", lkmc_dep);
|
||||
usleep_range(1000000, 1000001);
|
||||
}
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user