-
由 Eugeniu Rosca 提交于
commit f15d7114 ("Documentation/watchdog: add timeout and ping rate control to watchdog-test.c") used both atoi() and strtoul() for string to integer conversion. As usage of atoi() is discouraged in newer code, replace it with strtoul() for consistency. Signed-off-by: NEugeniu Rosca <erosca@de.adit-jv.com> Signed-off-by: NShuah Khan <shuahkh@osg.samsung.com>
7a5e10d4