aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorVinod Koul <[email protected]>2016-12-08 23:01:29 +0530
committerMark Brown <[email protected]>2016-12-15 11:20:48 +0000
commit1c445a42c48754bb5f821478517ef1b9f861217a (patch)
tree9bfc5d0b3e32ebfd9bba0e81f71af77e8b7cf66a /tools/perf/scripts/python/export-to-postgresql.py
parenta5de5b74a50113564a1e0850e2da96c37c35e55d (diff)
ASoC: max98090: remove superflous check for 'micbias'
In max98090_probe(), code checks for micbias being out of range. The 'micbias' variable in unsigned and checked against M98090_MBVSEL_2V2 which is zero, so remove this check. sound/soc/codecs/max98090.c: In function ‘max98090_probe’: sound/soc/codecs/max98090.c:2459:2: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] } else if (micbias < M98090_MBVSEL_2V2 || micbias > M98090_MBVSEL_2V8) { Signed-off-by: Vinod Koul <[email protected]> Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions