Skip to content

Commit

Permalink
pinctrl: sh-pfc: r8a7790: Fix vsync value in the vin3_sync_mux array
Browse files Browse the repository at this point in the history
This fixes a typo in the vin3_sync_mux array (s/VI2/VI3/).

Signed-off-by: Valentine Barshak <valentine.barshak@cogentembedded.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Valentine Barshak authored and Linus Walleij committed Jan 7, 2014
1 parent 44a45b5 commit 646ae3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pinctrl/sh-pfc/pfc-r8a7790.c
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 646ae3e

Please sign in to comment.