From: Johan Hovold Date: Sat, 8 Jun 2024 15:55:20 +0000 (+0200) Subject: mfd: pm8008: Rename irq chip X-Git-Tag: v6.11-rc1~147^2~46^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3162cd961eba14fbb377d4f13c853c586cd5d063;p=thirdparty%2Fkernel%2Flinux.git mfd: pm8008: Rename irq chip Drop the redundant "irq" suffix from the irq chip name. Reviewed-by: Bryan O'Donoghue Reviewed-by: Stephen Boyd Signed-off-by: Johan Hovold Link: https://lore.kernel.org/r/20240608155526.12996-7-johan+linaro@kernel.org Signed-off-by: Lee Jones --- diff --git a/drivers/mfd/qcom-pm8008.c b/drivers/mfd/qcom-pm8008.c index 18173c7a7e7bd..bab17417aeec3 100644 --- a/drivers/mfd/qcom-pm8008.c +++ b/drivers/mfd/qcom-pm8008.c @@ -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,