signedness: module_param_array nump argument
... should be unsigned int Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
@@ -88,7 +88,7 @@ static const unsigned char DEFAULT_MODEM_OPTION[MODEM_OPTION_LENGTH] = {
|
||||
static unsigned int BMaxDSL = DEFAULT_B_MAX_DSL;
|
||||
static unsigned char ModemMode = DEFAULT_MODEM_MODE;
|
||||
static unsigned char ModemOption[MODEM_OPTION_LENGTH];
|
||||
static int num_ModemOption;
|
||||
static unsigned int num_ModemOption;
|
||||
|
||||
module_param(altsetting, uint, S_IRUGO | S_IWUSR);
|
||||
MODULE_PARM_DESC(altsetting,
|
||||
|
Reference in New Issue
Block a user