]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
pinctrl: sh-pfc: r8a7778: Fix duplicate SDSELF_B and SD1_CLK_B
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 18 Dec 2019 19:48:07 +0000 (20:48 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Feb 2020 21:33:27 +0000 (16:33 -0500)
commit920d65a77277e7ca1897336c913733c5f26cd96f
tree56d9e26c5274fc12e555a04f4e51dba0d1d56fd1
parentdb5c14546684ea4bfab0f0439c9ee0999f8cdd5e
pinctrl: sh-pfc: r8a7778: Fix duplicate SDSELF_B and SD1_CLK_B

commit 805f635703b2562b5ddd822c62fc9124087e5dd5 upstream.

The FN_SDSELF_B and FN_SD1_CLK_B enum IDs are used twice, which means
one set of users must be wrong.  Replace them by the correct enum IDs.

Fixes: 87f8c988636db0d4 ("sh-pfc: Add r8a7778 pinmux support")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20191218194812.12741-2-geert+renesas@glider.be
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/pinctrl/sh-pfc/pfc-r8a7778.c