ide: use module_param_named rather than module_param_call
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 12 Aug 2010 05:04:38 +0000 (23:04 -0600)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 11 Aug 2010 13:34:39 +0000 (23:04 +0930)
commit1a8bff5b404909436fcf03cac167a76ceaaa5547
treeda700485559d6d5f3d762627aeb45c06a0d7af9a
parentc8ba6c52e19c13c2b6fb9ca9e5188799c753914c
ide: use module_param_named rather than module_param_call

It has the additional benefit of typechecking (in this case, an unsigned int).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Reviewed-by: Takashi Iwai <tiwai@suse.de>
drivers/ide/ide.c