Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mfd: aat2870-core: Stop using obsolte simple_strtoul()
Soothes checkpatch warning: WARNING: simple_strtoul is obsolete, use kstrtoul instead torvalds#306: FILE: drivers/mfd/aat2870-core.c:306: + addr = simple_strtoul(start, &start, 16); Signed-off-by: Lee Jones <[email protected]>
- Loading branch information