WARNING: simple_strtoul is obsolete, use kstrtoul instead #68: FILE: drivers/mfd/zl3073x-core.c:494: + addr = simple_strtoul(ptr, &endp, 16); WARNING: simple_strtoul is obsolete, use kstrtoul instead #72: FILE: drivers/mfd/zl3073x-core.c:498: + val = simple_strtoul(ptr, NULL, 16); WARNING: simple_strtoul is obsolete, use kstrtoul instead #86: FILE: drivers/mfd/zl3073x-core.c:512: + delay = simple_strtoul(ptr, NULL, 10); total: 0 errors, 3 warnings, 0 checks, 140 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. Commit 46169c3990f2 ("mfd: zl3073x: Load mfg file into HW if it is present") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. total: 0 errors, 3 warnings, 0 checks, 140 lines checked