Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Ben Dooks (Codethink) and committed by
Linus Walleij
4b4e41f3 0434cd27

-1
-1
drivers/pinctrl/actions/pinctrl-s700.c
··· 1583 1583 [S700_MUX_USB30] = FUNCTION(usb30), 1584 1584 [S700_MUX_CLKO_25M] = FUNCTION(clko_25m), 1585 1585 [S700_MUX_MIPI_CSI] = FUNCTION(mipi_csi), 1586 - [S700_MUX_DSI] = FUNCTION(dsi), 1587 1586 [S700_MUX_NAND] = FUNCTION(nand), 1588 1587 [S700_MUX_SPDIF] = FUNCTION(spdif), 1589 1588 [S700_MUX_SIRQ0] = FUNCTION(sirq0),