]> git.neil.brown.name Git - history.git/commit
[PATCH] Warn if module_param and MODULE_PARM mixed
authorAndrew Morton <akpm@osdl.org>
Mon, 19 Apr 2004 05:07:58 +0000 (22:07 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 19 Apr 2004 05:07:58 +0000 (22:07 -0700)
commit517acd7f1ea4605970fc0f09318c1be1c4ccad63
tree756fd9670427ec403d845d7f396bb030af84d5fd
parent5acb75744f0442b4e6faa451a66e6b2d3e312769
[PATCH] Warn if module_param and MODULE_PARM mixed

From: Rusty Russell <rusty@rustcorp.com.au>

From: Pavel Roskin <proski@gnu.org>

If you use both module_param (new) and MODULE_PARM (obsolete) in a module,
only the second gets recognised.  Warn.
kernel/module.c