commit | b5bd0becfd42e6d007ad559c9068b80ef3ff84b8 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert+renesas@glider.be> | Wed Oct 28 16:16:30 2020 +0100 |
committer | Geert Uytterhoeven <geert+renesas@glider.be> | Fri Nov 13 15:37:41 2020 +0100 |
tree | dfcb75c41550f2506be5189e1dd345fc342e56f3 | |
parent | 8d3b2e3d5b1b27054c62a61bc1191131533166e5 [diff] |
pinctrl: renesas: Remove superfluous goto in sh_pfc_gpio_set_direction() Commit b13431ed6eab808a ("pinctrl: sh-pfc: Remove incomplete flag "cfg->type"") removed the last statement in between the goto and the label. Hence remove both. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/20201028151637.1734130-2-geert+renesas@glider.be