pinctrl: actions: remove duplicate dsi entry
authorBen Dooks (Codethink) <ben.dooks@codethink.co.uk>
Wed, 18 Dec 2019 10:20:13 +0000 (10:20 +0000)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 6 Jan 2020 23:22:57 +0000 (00:22 +0100)
commit4b4e41f35cc700e328e693f0c18b24424ab47ff0
treeb27be30e77178a0e6bd04c564e33ee9c24558262
parent0434cd276e7265d6db2bc389a021b795ec16fa69
pinctrl: actions: remove duplicate dsi entry

The dsi entry is defined identically twice, so remove
the second one to remove the sparse warning:

drivers/pinctrl/actions/pinctrl-s700.c:1581:10: warning: Initializer entry defined twice
drivers/pinctrl/actions/pinctrl-s700.c:1586:10:   also defined here

Signed-off-by: Ben Dooks (Codethink) <ben.dooks@codethink.co.uk>
Link: https://lore.kernel.org/r/20191218102013.2465038-1-ben.dooks@codethink.co.uk
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/actions/pinctrl-s700.c