From: Valentine Barshak Date: Mon, 23 Dec 2013 20:28:28 +0000 (+0400) Subject: pinctrl: sh-pfc: r8a7790: Fix vsync value in the vin3_sync_mux array X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=646ae3ef7eaa8199aea38d042954a6f911477528;p=deliverable%2Flinux.git pinctrl: sh-pfc: r8a7790: Fix vsync value in the vin3_sync_mux array This fixes a typo in the vin3_sync_mux array (s/VI2/VI3/). Signed-off-by: Valentine Barshak Signed-off-by: Laurent Pinchart Signed-off-by: Linus Walleij --- diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7790.c b/drivers/pinctrl/sh-pfc/pfc-r8a7790.c index a8ba2575a453..c381ae63c508 100644 --- a/drivers/pinctrl/sh-pfc/pfc-r8a7790.c +++ b/drivers/pinctrl/sh-pfc/pfc-r8a7790.c @@ -3564,7 +3564,7 @@ static const unsigned int vin3_sync_pins[] = { }; static const unsigned int vin3_sync_mux[] = { VI3_HSYNC_N_MARK, - VI2_VSYNC_N_MARK, + VI3_VSYNC_N_MARK, }; static const unsigned int vin3_field_pins[] = { RCAR_GP_PIN(1, 15),