Home
last modified time | relevance | path

Searched hist:"496 fa3ba0a66c0192be86a45f44f94827ab8bcb6" (Results 1 – 1 of 1) sorted by relevance

/linux/sound/soc/stm/
H A Dstm32_sai_sub.cdiff 496fa3ba0a66c0192be86a45f44f94827ab8bcb6 Sat Oct 27 04:19:59 CEST 2018 Wei Yongjun <weiyongjun1@huawei.com> ASoC: stm32: sai: fix invalid use of sizeof in stm32_sai_add_mclk_provider()

sizeof() when applied to a pointer typed expression gives the
size of the pointer, not that of the pointed data.

Fixes: 8307b2afd386 ("ASoC: stm32: sai: set sai as mclk clock provider")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Mark Brown <broonie@kernel.org>