aboutsummaryrefslogtreecommitdiff
path: root/include/linux/overflow.h
diff options
context:
space:
mode:
authorPierre-Louis Bossart <[email protected]>2021-04-16 14:11:43 -0500
committerMark Brown <[email protected]>2021-04-19 14:03:32 +0100
commit36924a12c32021a098fec621fb5ea707a72cd5b5 (patch)
tree0f523043a91b16610d2680b5f867dc75cb2ab2b3 /include/linux/overflow.h
parente2290daefef3afa08135a0a65d4f0ce7fe23d5c0 (diff)
ASoC: codecs: lpass-rx-macro: remove useless return
cppcheck warning: sound/soc/codecs/lpass-rx-macro.c:1626:9: warning: Identical condition and return expression 'ret', return value is always 0 [identicalConditionAfterEarlyExit] return ret; ^ sound/soc/codecs/lpass-rx-macro.c:1623:6: note: If condition 'ret' is true, the function will return/exit if (ret) ^ sound/soc/codecs/lpass-rx-macro.c:1626:9: note: Returning identical expression 'ret' return ret; ^ Signed-off-by: Pierre-Louis Bossart <[email protected]> Reviewed-by: Daniel Baluta <[email protected]> Reviewed-by: Guennadi Liakhovetski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'include/linux/overflow.h')
0 files changed, 0 insertions, 0 deletions