]> git.baikalelectronics.ru Git - kernel.git/commit
lib/kstrtox.c: delete unnecessary casts
authorAlexey Dobriyan <adobriyan@gmail.com>
Tue, 30 Oct 2018 22:05:46 +0000 (15:05 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 31 Oct 2018 15:54:13 +0000 (08:54 -0700)
commitb7d43f1ab4dc640efbdb6b900b816115d03c272b
treeebc85eb8b544557a39e2ccbc143e58951fd9c74e
parent4addc9133207eb6e745be22a8b0215398eb37a86
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>
lib/kstrtox.c