We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97f0db5 commit aaac606Copy full SHA for aaac606
drivers/mfd/tqmx86.c
@@ -58,7 +58,7 @@
58
59
static uint gpio_irq;
60
module_param(gpio_irq, uint, 0);
61
-MODULE_PARM_DESC(gpio_irq, "GPIO IRQ number (7, 9, 12)");
+MODULE_PARM_DESC(gpio_irq, "GPIO IRQ number (valid parameters: 7, 9, 12)");
62
63
static const struct resource tqmx_i2c_soft_resources[] = {
64
DEFINE_RES_IO(TQMX86_IOBASE_I2C, TQMX86_IOSIZE_I2C),
0 commit comments