SAMA5 WDT driver is now functional
This commit is contained in:
parent
0701397785
commit
bf17953959
@ -292,6 +292,7 @@ int wdog_main(int argc, char *argv[])
|
|||||||
message("wdog_main: ioctl(WDIOC_GETSTATUS) failed: %d\n", errno);
|
message("wdog_main: ioctl(WDIOC_GETSTATUS) failed: %d\n", errno);
|
||||||
goto errout_with_dev;
|
goto errout_with_dev;
|
||||||
}
|
}
|
||||||
|
|
||||||
message("wdog_main: flags=%08x timeout=%d timeleft=%d\n",
|
message("wdog_main: flags=%08x timeout=%d timeleft=%d\n",
|
||||||
status.flags, status.timeout, status.timeleft);
|
status.flags, status.timeout, status.timeleft);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user