Commit 10c942a1 authored by Zheng Yongjun's avatar Zheng Yongjun Committed by Bartosz Golaszewski
Browse files

gpio: vx855: convert comma to semicolon



Replace a comma between expression statements by a semicolon.

Signed-off-by: default avatarZheng Yongjun <zhengyongjun3@huawei.com>
Signed-off-by: default avatarBartosz Golaszewski <bgolaszewski@baylibre.com>
parent 7de2e5fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -216,7 +216,7 @@ static void vx855gpio_gpio_setup(struct vx855_gpio *vg)
	c->direction_output = vx855gpio_direction_output;
	c->get = vx855gpio_get;
	c->set = vx855gpio_set;
	c->set_config = vx855gpio_set_config,
	c->set_config = vx855gpio_set_config;
	c->dbg_show = NULL;
	c->base = 0;
	c->ngpio = NR_VX855_GP;