[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <87mwys2spm.fsf@rustcorp.com.au>
Date: Thu, 08 Nov 2012 22:48:45 +1030
From: Rusty Russell <rusty@...abs.org>
To: Mathias Leblanc <mathias.leblanc@...com>,
Kent Yoder <key@...ux.vnet.ibm.com>,
Rajiv Andrade <mail@...jiv.net>,
Marcel Selhorst <tpmdd@...horst.net>,
Sirrix AG <tpmdd@...rix.com>, tpmdd-devel@...ts.sourceforge.net
Cc: linux-kernel@...r.kernel.org,
Jean-Luc Blanc <jean-luc.blanc@...com>,
Mathias Leblanc <mathias.leblanc@...com>
Subject: Re: [PATCH 1/1] TPM: STMicroelectronics ST33 I2C V1.2.0
Mathias Leblanc <mathias.leblanc@...com> writes:
> +static int interrupts ;
> +module_param(interrupts, bool, 0444);
> +MODULE_PARM_DESC(interrupts, "Enable interrupts");
> +
> +static int power_mgt = 1;
> +module_param(power_mgt, bool, 0444);
> +MODULE_PARM_DESC(power_mgt, "Power Management");
These are not bools, so why does module_param describe them as bool?
Cheers,
Rusty.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists