lib/kstrtox.c: delete unnecessary casts
authorAlexey Dobriyan <[email protected]>
Tue, 30 Oct 2018 22:05:46 +0000 (15:05 -0700)
committerLinus Torvalds <[email protected]>
Wed, 31 Oct 2018 15:54:13 +0000 (08:54 -0700)
commit048e513d876113ebc2352ac2add66e4bfec67037
treeebc85eb8b544557a39e2ccbc143e58951fd9c74e
parent7e5ca363a5a1ec42c54dc1e0644b361a2daf984c
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 <[email protected]>
Reviewed-by: Andrew Morton <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
lib/kstrtox.c