commit | 1a8bff5b404909436fcf03cac167a76ceaaa5547 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Wed Aug 11 23:04:38 2010 -0600 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Wed Aug 11 23:04:39 2010 +0930 |
tree | da700485559d6d5f3d762627aeb45c06a0d7af9a | |
parent | c8ba6c52e19c13c2b6fb9ca9e5188799c753914c [diff] |
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>