[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20201211084902.2480-1-zhengyongjun3@huawei.com>
Date: Fri, 11 Dec 2020 16:49:02 +0800
From: Zheng Yongjun <zhengyongjun3@...wei.com>
To: <linux-gpio@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<linus.walleij@...aro.org>
CC: Zheng Yongjun <zhengyongjun3@...wei.com>
Subject: [PATCH -next] ti/pinctrl-ti-iodelay: convert comma to semicolon
Replace a comma between expression statements by a semicolon.
Signed-off-by: Zheng Yongjun <zhengyongjun3@...wei.com>
---
drivers/pinctrl/ti/pinctrl-ti-iodelay.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pinctrl/ti/pinctrl-ti-iodelay.c b/drivers/pinctrl/ti/pinctrl-ti-iodelay.c
index cfb924228d87..ae91559bd4a1 100644
--- a/drivers/pinctrl/ti/pinctrl-ti-iodelay.c
+++ b/drivers/pinctrl/ti/pinctrl-ti-iodelay.c
@@ -704,7 +704,7 @@ static void ti_iodelay_pinconf_group_dbg_show(struct pinctrl_dev *pctldev,
u32 reg = 0;
cfg = &group->cfg[i];
- regmap_read(iod->regmap, cfg->offset, ®),
+ regmap_read(iod->regmap, cfg->offset, ®);
seq_printf(s, "\n\t0x%08x = 0x%08x (%3d, %3d)",
cfg->offset, reg, cfg->a_delay,
cfg->g_delay);
--
2.22.0
Powered by blists - more mailing lists