]> git.karo-electronics.de Git - karo-tx-linux.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)
commit29d4d6df107b9d86982dc759f5b1ddfe2c6b29c0
tree270450c3ad8de1b5164d671209ea92f13175660f
parentf17dda94d48b654c793da6632f65654476291ba5
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