]> git.baikalelectronics.ru Git - kernel.git/commit
printk: fix unnecessary module_param_name.
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 12 Jan 2012 23:02:17 +0000 (09:32 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 12 Jan 2012 23:02:17 +0000 (09:32 +1030)
commit915fa26e16fcb782f7dfb9db6daa12ee176c91a1
tree270450c3ad8de1b5164d671209ea92f13175660f
parent2031f9d48776992cf866d8777586b9c2c0b02649
printk: fix unnecessary module_param_name.

You don't need module_param_name if the name is the same!

Cc: Yanmin Zhang <yanmin_zhang@linux.intel.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
kernel/printk.c