param: use module_param in drivers/message/fusion/mptbase.c
No need to open code this! Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Reviewed-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Родитель
1a8bff5b40
Коммит
57ba4717f2
|
@ -109,8 +109,7 @@ MODULE_PARM_DESC(mpt_debug_level, " debug level - refer to mptdebug.h \
|
|||
|
||||
int mpt_fwfault_debug;
|
||||
EXPORT_SYMBOL(mpt_fwfault_debug);
|
||||
module_param_call(mpt_fwfault_debug, param_set_int, param_get_int,
|
||||
&mpt_fwfault_debug, 0600);
|
||||
module_param(mpt_fwfault_debug, int, 0600);
|
||||
MODULE_PARM_DESC(mpt_fwfault_debug, "Enable detection of Firmware fault"
|
||||
" and halt Firmware on fault - (default=0)");
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче