kernel/sysctl-test: Remove some casts which are no-longer required
authorDavid Gow <davidgow@google.com>
Thu, 13 May 2021 19:32:02 +0000 (12:32 -0700)
committerShuah Khan <skhan@linuxfoundation.org>
Wed, 23 Jun 2021 22:41:24 +0000 (16:41 -0600)
commit388ca2e024dd5e6fa9eb5eafa56bd33707bcd594
tree02eb141ec02619a6b1fe21cb24939f4c4a57599c
parent8f0877c26e4b695f824c5dbcc4b964ce238328aa
kernel/sysctl-test: Remove some casts which are no-longer required

With some of the stricter type checking in KUnit's EXPECT macros
removed, several casts in sysctl-test are no longer required.

Remove the unnecessary casts, making the conditions clearer.

Signed-off-by: David Gow <davidgow@google.com>
Reviewed-by: Brendan Higgins <brendanhiggins@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
kernel/sysctl-test.c