commit | 048e513d876113ebc2352ac2add66e4bfec67037 | [log] [tgz] |
---|---|---|
author | Alexey Dobriyan <adobriyan@gmail.com> | Tue Oct 30 15:05:46 2018 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Oct 31 08:54:13 2018 -0700 |
tree | ebc85eb8b544557a39e2ccbc143e58951fd9c74e | |
parent | 7e5ca363a5a1ec42c54dc1e0644b361a2daf984c [diff] |
lib/kstrtox.c: delete unnecessary casts Implicit casts to the same type are done by the language if necessary. Link: http://lkml.kernel.org/r/20181014223934.GA18107@avx2 Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Reviewed-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>