Skip to content

Commit

Permalink
mfd: tqmx86: Improve gpio_irq module parameter description
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
tq-schifferm authored and lag-linaro committed Nov 12, 2024
1 parent 97f0db5 commit aaac606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mfd/tqmx86.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

static uint gpio_irq;
module_param(gpio_irq, uint, 0);
MODULE_PARM_DESC(gpio_irq, "GPIO IRQ number (7, 9, 12)");
MODULE_PARM_DESC(gpio_irq, "GPIO IRQ number (valid parameters: 7, 9, 12)");

static const struct resource tqmx_i2c_soft_resources[] = {
DEFINE_RES_IO(TQMX86_IOBASE_I2C, TQMX86_IOSIZE_I2C),
Expand Down

0 comments on commit aaac606

Please sign in to comment.