diff options
author | Tom Rix <[email protected]> | 2023-04-18 08:09:55 -0400 |
---|---|---|
committer | Mark Brown <[email protected]> | 2023-04-18 14:02:20 +0100 |
commit | 5f3d94eb7ae877430d9fe6a9aae7dcef6c3e5fea (patch) | |
tree | 586fc6dc7e3301d0d5fd7673557f7489bf218967 /drivers/usb/cdns3/cdns3-debug.h | |
parent | 67380533d450000699848e292d20ec18d0321f0e (diff) |
ASoC: nau8825: fix bounds check for adc_delay
clang build reports
sound/soc/codecs/nau8825.c:2826:31: error: overlapping comparisons
always evaluate to false [-Werror,-Wtautological-overlap-compare]
if (nau8825->adc_delay < 125 && nau8825->adc_delay > 500)
~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
This is a bug, a logical-or should have been used.
Fixes: fc0b096c9291 ("ASoC: nau8825: Add delay control for input path")
Signed-off-by: Tom Rix <[email protected]>
Acked-by: David Lin <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-debug.h')
0 files changed, 0 insertions, 0 deletions