• L
    ASoC: xtfpga-i2s: Add missing __rcu annotation · d32e03f0
    Lars-Peter Clausen 提交于
    tx_substeam is accessed using the RCU API and hence should have the __rcu
    annotation. Fixes the following sparse warnings:
    
    	sound/soc/xtensa/xtfpga-i2s.c:165:24: error: incompatible types in
    		comparison expression (different address spaces)
    	sound/soc/xtensa/xtfpga-i2s.c:165:24: error: 'struct snd_pcm_substream
    		[noderef] <asn:4>*' versus
    	sound/soc/xtensa/xtfpga-i2s.c:165:24: error: 'struct snd_pcm_substream *'
    	sound/soc/xtensa/xtfpga-i2s.c:255:24: error: incompatible types in
    		comparison expression (different address spaces)
    	sound/soc/xtensa/xtfpga-i2s.c:255:24: error: 'struct snd_pcm_substream
    		[noderef] <asn:4>*' versus
    	sound/soc/xtensa/xtfpga-i2s.c:255:24: error: 'struct snd_pcm_substream *'
    Signed-off-by: NLars-Peter Clausen <lars@metafoo.de>
    Acked-by: NMax Filippov <jcmvbkbc@gmail.com>
    Signed-off-by: NMark Brown <broonie@kernel.org>
    d32e03f0
xtfpga-i2s.c 17.6 KB
反馈
建议
客服 返回
顶部