]> www.infradead.org Git - users/hch/misc.git/commitdiff
ASoC: qcom: audioreach: fix sparse warnings
authorMark Brown <broonie@kernel.org>
Tue, 2 Sep 2025 10:02:19 +0000 (11:02 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 2 Sep 2025 10:02:19 +0000 (11:02 +0100)
Merge series from Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>:

Recent static calibration support patches have excersised new code path
exposing some missing checks and also accessing some variables which are
of LE type that are accessed directly without converting it to CPU type.

Thanks to Dan Carpenter and kernel test robot for reporting this.


Trivial merge