]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
mfd: pm8008: Rename irq chip
authorJohan Hovold <johan+linaro@kernel.org>
Sat, 8 Jun 2024 15:55:20 +0000 (17:55 +0200)
committerLee Jones <lee@kernel.org>
Thu, 13 Jun 2024 17:42:20 +0000 (18:42 +0100)
Drop the redundant "irq" suffix from the irq chip name.

Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Link: https://lore.kernel.org/r/20240608155526.12996-7-johan+linaro@kernel.org
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/mfd/qcom-pm8008.c

index 18173c7a7e7bd4c968054d8c723e2bb6532f1e14..bab17417aeec3a06ec8824655bca03e90348a2c4 100644 (file)
@@ -130,7 +130,7 @@ static int pm8008_set_type_config(unsigned int **buf, unsigned int type,
 }
 
 static const struct regmap_irq_chip pm8008_irq_chip = {
-       .name                   = "pm8008_irq",
+       .name                   = "pm8008",
        .main_status            = I2C_INTR_STATUS_BASE,
        .num_main_regs          = 1,
        .irqs                   = pm8008_irqs,