Skip to content

Commit aaac606

Browse files
tq-schiffermlag-linaro
authored andcommitted
mfd: tqmx86: Improve gpio_irq module parameter description
Clarify that "7, 9, 12" refers to the valid arguments that can be passed as gpio_irq. Signed-off-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com> Link: https://lore.kernel.org/r/3275f436b66f6807c02256bc852d39b03ebd64d5.1731325758.git.matthias.schiffer@ew.tq-group.com Signed-off-by: Lee Jones <lee@kernel.org>
1 parent 97f0db5 commit aaac606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/mfd/tqmx86.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
static uint gpio_irq;
6060
module_param(gpio_irq, uint, 0);
61-
MODULE_PARM_DESC(gpio_irq, "GPIO IRQ number (7, 9, 12)");
61+
MODULE_PARM_DESC(gpio_irq, "GPIO IRQ number (valid parameters: 7, 9, 12)");
6262

6363
static const struct resource tqmx_i2c_soft_resources[] = {
6464
DEFINE_RES_IO(TQMX86_IOBASE_I2C, TQMX86_IOSIZE_I2C),

0 commit comments

Comments
 (0)