diff options
| author | Shengjiu Wang <shengjiu.wang@nxp.com> | 2025-11-26 14:45:09 +0800 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2025-11-26 13:24:19 +0000 |
| commit | 73b97d46dde64fa184d47865d4a532d818c3a007 (patch) | |
| tree | 01d98f1248f344454ca64ec578326acacc8d596a /kernel/bpf/helpers.c | |
| parent | 950167a99dfd27eeaf177092908c598a31c79a7e (diff) | |
ASoC: fsl_xcvr: clear the channel status control memory
memset_io() writes memory byte by byte with __raw_writeb() on the arm
platform if the size is word. but XCVR data RAM memory can't be accessed
with byte address, so with memset_io() the channel status control memory
is not really cleared, use writel_relaxed() instead.
Fixes: 28564486866f ("ASoC: fsl_xcvr: Add XCVR ASoC CPU DAI driver")
Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Link: https://patch.msgid.link/20251126064509.1900974-1-shengjiu.wang@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'kernel/bpf/helpers.c')
0 files changed, 0 insertions, 0 deletions