]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: stm32: sai: fix noderef.cocci warnings
authorkbuild test robot <fengguang.wu@intel.com>
Tue, 23 Oct 2018 12:20:22 +0000 (20:20 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 24 Oct 2018 10:27:19 +0000 (11:27 +0100)
commit52865c2949d53c7c097270cc525fa57c42697203
treeafe65976d6814e123245d80f6edd9c166ec2cef8
parent38e3d2f118ea177fa24c6b5913d7b0123c7554f8
ASoC: stm32: sai: fix noderef.cocci warnings

sound/soc/stm/stm32_sai_sub.c:393:26-32: ERROR: application of sizeof to pointer

 sizeof when applied to a pointer typed expression gives the size of
 the pointer

Generated by: scripts/coccinelle/misc/noderef.cocci

Fixes: d9f6aeb2d2c6 ("ASoC: stm32: sai: set sai as mclk clock provider")
CC: Olivier Moysan <olivier.moysan@st.com>
Signed-off-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/stm/stm32_sai_sub.c