Re: [patch] fix module_param mistake in it821x

2007-06-20 Thread Jeff Garzik
Stas Sergeev wrote: Hello. The attached patch fixes a trivial mistake in a MODULE_PARAM_DESC of pata_it821x driver. The parameter name in MODULE_PARAM_DESC should match the one in module_param_named. Signed-off-by: Stas Sergeev <[EMAIL PROTECTED]> -

[patch] fix module_param mistake in it821x

2007-06-20 Thread Stas Sergeev
Hello. The attached patch fixes a trivial mistake in a MODULE_PARAM_DESC of pata_it821x driver. The parameter name in MODULE_PARAM_DESC should match the one in module_param_named. Signed-off-by: Stas Sergeev <[EMAIL PROTECTED]> --- a/drivers/ata/pata_it821x.c 2007-04-27 12:46:35.0 +0400