iio: Remove a cast in iio-test-format which is no longer required
authorDavid Gow <davidgow@google.com>
Thu, 13 May 2021 19:31:59 +0000 (12:31 -0700)
committerShuah Khan <skhan@linuxfoundation.org>
Wed, 23 Jun 2021 22:38:24 +0000 (16:38 -0600)
commit28dce2c4a83d6e34936ba8d5c3ee780861460100
treedf10289e65141fea7f8d759e4ea1aa1ee77f0ffd
parent6d2e97894b67778109679443008c2d063787540e
iio: Remove a cast in iio-test-format which is no longer required

KUnit's EXPECT macros no longer typecheck as stringently, so casting the
result of strcmp() is now unnecessary.

Signed-off-by: David Gow <davidgow@google.com>
Reviewed-by: Brendan Higgins <brendanhiggins@google.com>
Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
drivers/iio/test/iio-test-format.c