Commit 7d06adb8 authored by Linus Torvalds's avatar Linus Torvalds

Don't be so verbose about normal lack of modprobe

parent 9b1c51ab
...@@ -159,7 +159,7 @@ static int exec_modprobe(void * module_name) ...@@ -159,7 +159,7 @@ static int exec_modprobe(void * module_name)
ret = exec_usermodehelper(modprobe_path, argv, envp); ret = exec_usermodehelper(modprobe_path, argv, envp);
if (ret) { if (ret) {
printk(KERN_ERR printk(KERN_DEBUG
"kmod: failed to exec %s -s -k %s, errno = %d\n", "kmod: failed to exec %s -s -k %s, errno = %d\n",
modprobe_path, (char*) module_name, errno); modprobe_path, (char*) module_name, errno);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment