From: Chen Ni Date: Mon, 2 Sep 2024 08:04:19 +0000 (+0800) Subject: drivers: watchdog: marvell_gti: Convert comma to semicolon X-Git-Tag: v6.12-rc1~92^2~4 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=3a0caeca0520b676368b32bd07185d64e013d1d9;p=linux-block.git drivers: watchdog: marvell_gti: Convert comma to semicolon Replace a comma between expression statements by a semicolon. Signed-off-by: Chen Ni Reviewed-by: Guenter Roeck Link: https://lore.kernel.org/r/20240902080419.3824706-1-nichen@iscas.ac.cn Signed-off-by: Guenter Roeck Signed-off-by: Wim Van Sebroeck --- diff --git a/drivers/watchdog/marvell_gti_wdt.c b/drivers/watchdog/marvell_gti_wdt.c index 098bb141a521..298089d45ab8 100644 --- a/drivers/watchdog/marvell_gti_wdt.c +++ b/drivers/watchdog/marvell_gti_wdt.c @@ -285,8 +285,8 @@ static int gti_wdt_probe(struct platform_device *pdev) } wdog_dev = &priv->wdev; - wdog_dev->info = >i_wdt_ident, - wdog_dev->ops = >i_wdt_ops, + wdog_dev->info = >i_wdt_ident; + wdog_dev->ops = >i_wdt_ops; wdog_dev->parent = dev; /* * Watchdog counter is 24 bit where lower 8 bits are zeros