diff options
| author | Ben Dooks <ben.dooks@codethink.co.uk> | 2026-01-06 22:58:46 +0000 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-01-07 11:51:46 +0000 |
| commit | 2fa0eaf78c4bb24c2b05a4db3e0d86a7dcd8fd9f (patch) | |
| tree | 3dc4d34222a8e4eff82f29b09d163a01aac49a65 /tools/perf/scripts/python | |
| parent | f33db67d914a80ec449579dddc41804857c9400d (diff) | |
ASoC: ops: fix pointer types to be big-endian
If manipulating big-endian data, make the pointers be big-endian
instead of host-endian. This should stop the following sparse
warnigns about endian-conversion:
sound/soc/soc-ops.c:547:33: warning: invalid assignment: &=
sound/soc/soc-ops.c:547:33: left side has type unsigned short
sound/soc/soc-ops.c:547:33: right side has type restricted __be16
sound/soc/soc-ops.c:551:33: warning: invalid assignment: &=
sound/soc/soc-ops.c:551:33: left side has type unsigned int
sound/soc/soc-ops.c:551:33: right side has type restricted __be32
Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Link: https://patch.msgid.link/20260106225846.83580-1-ben.dooks@codethink.co.uk
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
