summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-pmic-eic-sprd.c
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2020-07-09 17:06:28 +0200
committerLinus Walleij <linus.walleij@linaro.org>2020-07-09 17:06:28 +0200
commit4672a4a9fbfe316e1153682b0790af6446255a50 (patch)
tree7103f98cd5ae99b45e2d49ef9d8a98517b1f1064 /drivers/gpio/gpio-pmic-eic-sprd.c
parentMerge tag 'gpio-fixes-for-v5.8-rc3' of git://git.kernel.org/pub/scm/linux/ker... (diff)
parentMerge branch 'lee-fixes' into devel (diff)
downloadlinux-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.c2
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.