diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2020-07-09 17:06:28 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2020-07-09 17:06:28 +0200 |
commit | 4672a4a9fbfe316e1153682b0790af6446255a50 (patch) | |
tree | 7103f98cd5ae99b45e2d49ef9d8a98517b1f1064 /drivers/gpio/gpio-pmic-eic-sprd.c | |
parent | Merge tag 'gpio-fixes-for-v5.8-rc3' of git://git.kernel.org/pub/scm/linux/ker... (diff) | |
parent | Merge branch 'lee-fixes' into devel (diff) | |
download | linux-4672a4a9fbfe316e1153682b0790af6446255a50.tar.xz linux-4672a4a9fbfe316e1153682b0790af6446255a50.zip |
Merge branch 'devel' into for-next
Diffstat (limited to 'drivers/gpio/gpio-pmic-eic-sprd.c')
-rw-r--r-- | drivers/gpio/gpio-pmic-eic-sprd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-pmic-eic-sprd.c b/drivers/gpio/gpio-pmic-eic-sprd.c index 05000cace9b2..938285190566 100644 --- a/drivers/gpio/gpio-pmic-eic-sprd.c +++ b/drivers/gpio/gpio-pmic-eic-sprd.c @@ -48,7 +48,7 @@ enum { * struct sprd_pmic_eic - PMIC EIC controller * @chip: the gpio_chip structure. * @intc: the irq_chip structure. - * @regmap: the regmap from the parent device. + * @map: the regmap from the parent device. * @offset: the EIC controller's offset address of the PMIC. * @reg: the array to cache the EIC registers. * @buslock: for bus lock/sync and unlock. |