mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-26 21:54:11 +08:00
drivers: watchdog: marvell_gti: Convert comma to semicolon
Replace a comma between expression statements by a semicolon. Signed-off-by: Chen Ni <nichen@iscas.ac.cn> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Link: https://lore.kernel.org/r/20240902080419.3824706-1-nichen@iscas.ac.cn Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
This commit is contained in:
parent
35ff0ebfe6
commit
3a0caeca05
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user