diff options
author | Lad Prabhakar <[email protected]> | 2022-01-10 09:47:10 +0000 |
---|---|---|
committer | Mark Brown <[email protected]> | 2022-01-24 13:31:31 +0000 |
commit | e42c903e8bf400728c4ae1f922169b4d28b72efa (patch) | |
tree | 725161a2dba95a31c939172f01c222fc3c357bbe /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | 4f78f3c970f131a179fd135806a9b693fa606beb (diff) |
ASoC: sh: rz-ssi: Make return type of rz_ssi_stream_is_valid() to bool
rz_ssi_stream_is_valid() never returns an int, it returns the result of
a condition which is either true or false.
While at it, drop "!!" as the expression is boolean.
Reported-by: Pavel Machek <[email protected]>
Signed-off-by: Lad Prabhakar <[email protected]>
Reviewed-by: Biju Das <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions