diff options
author | Johan Hovold <johan+linaro@kernel.org> | 2024-06-08 17:55:20 +0200 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2024-06-13 18:42:20 +0100 |
commit | 3162cd961eba14fbb377d4f13c853c586cd5d063 (patch) | |
tree | 2546184facf1b7bd0aa9b85414a9237b53f70018 /drivers/mfd | |
parent | a4b3225f06e4f8fa7266236407ab7de34b66f044 (diff) |
mfd: pm8008: Rename irq chip
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>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/qcom-pm8008.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/qcom-pm8008.c b/drivers/mfd/qcom-pm8008.c index 18173c7a7e7b..bab17417aeec 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, |