We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c58070 commit 1bb3b54Copy full SHA for 1bb3b54
drivers/watchdog/rzn1_wdt.c
@@ -140,9 +140,9 @@ static int rzn1_wdt_probe(struct platform_device *pdev)
140
}
141
142
wdt->clk_rate_khz = clk_rate / 1000;
143
- wdt->wdtdev.info = &rzn1_wdt_info,
144
- wdt->wdtdev.ops = &rzn1_wdt_ops,
145
- wdt->wdtdev.status = WATCHDOG_NOWAYOUT_INIT_STATUS,
+ wdt->wdtdev.info = &rzn1_wdt_info;
+ wdt->wdtdev.ops = &rzn1_wdt_ops;
+ wdt->wdtdev.status = WATCHDOG_NOWAYOUT_INIT_STATUS;
146
wdt->wdtdev.parent = dev;
147
/*
148
* The period of the watchdog cannot be changed once set
0 commit comments