diff options
Diffstat (limited to 'drivers/gpio/gpio-ml-ioh.c')
| -rw-r--r-- | drivers/gpio/gpio-ml-ioh.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/gpio/gpio-ml-ioh.c b/drivers/gpio/gpio-ml-ioh.c index 12cf36f9ca63..f6af81bf2b13 100644 --- a/drivers/gpio/gpio-ml-ioh.c +++ b/drivers/gpio/gpio-ml-ioh.c @@ -224,7 +224,7 @@ static void ioh_gpio_setup(struct ioh_gpio *chip, int num_port)  	gpio->direction_input = ioh_gpio_direction_input;  	gpio->get = ioh_gpio_get;  	gpio->direction_output = ioh_gpio_direction_output; -	gpio->set_rv = ioh_gpio_set; +	gpio->set = ioh_gpio_set;  	gpio->dbg_show = NULL;  	gpio->base = -1;  	gpio->ngpio = num_port; | 
