sh-pfc: Rename gpio arguments to be consistent with the rest of the code
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Mon, 15 Jul 2013 11:25:08 +0000 (13:25 +0200)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Mon, 29 Jul 2013 13:17:42 +0000 (15:17 +0200)
commit757b055a65c5e0f84185012ef45cc2e15a337b63
tree2896203c5b4d611caca182f1f51e6114245d62ff
parent533743dccb517b0331eccc111e3c2b8f021559b5
sh-pfc: Rename gpio arguments to be consistent with the rest of the code

The gpio_get_data_reg() and gpio_setup_data_reg() functions both take an
argument named gpio. The argument contains a GPIO offset for the first
function and a pin index for the second one. Rename them to offset and
idx respectively to match the rest of the code.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tested-by: Yusuke Goda <yusuke.goda.sx@renesas.com>
drivers/pinctrl/sh-pfc/gpio.c