Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 52dddfe9 authored by Olof Johansson's avatar Olof Johansson
Browse files

Merge branch 'next/pinctrl-samsung-2' of...

Merge branch 'next/pinctrl-samsung-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/soc

From Kukjin Kim:
* 'next/pinctrl-samsung-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung

:
  pinctrl: samsung: Do not initialise statics to 0

Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parents 823c9fae 6fb6f1ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ struct pin_config {
	{ "samsung,pin-pud-pdn", PINCFG_TYPE_PUD_PDN },
};

static unsigned int pin_base = 0;
static unsigned int pin_base;

static inline struct samsung_pin_bank *gc_to_pin_bank(struct gpio_chip *gc)
{