commit | 255ede3b129041eae4edfdce121cedbfabfdd30e | [log] [tgz] |
---|---|---|
author | David Gow <davidgow@google.com> | Thu May 13 12:32:04 2021 -0700 |
committer | Shuah Khan <skhan@linuxfoundation.org> | Wed Jun 23 16:41:41 2021 -0600 |
tree | fa8687ee3ba177399794056618c56b7258ddc870 | |
parent | 388ca2e024dd5e6fa9eb5eafa56bd33707bcd594 [diff] |
lib/cmdline_kunit: Remove a cast which are no-longer required With some of the stricter type checking in KUnit's EXPECT macros removed, a cast in cmdline_kunit is no longer required. Remove the unnecessary cast, using NULL instead of (int *) to make it clearer. Signed-off-by: David Gow <davidgow@google.com> Acked-by: Andy Shevchenko <andy.shevchenko@gmail.com> Reviewed-by: Brendan Higgins <brendanhiggins@google.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>