提交 15411ed5 编写于 作者: N Narcisa Ana Maria Vasile 提交者: Greg Kroah-Hartman

staging: bcm2835-audio: Fixed spacing around '&'

This was reported by checkpatch.pl
Signed-off-by: NNarcisa Ana Maria Vasile <narcisaanamaria12@gmail.com>
Acked-by: NJulia Lawall <julia.lawall@lip6.fr>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 ac3c5ec8
...@@ -90,7 +90,7 @@ void bcm2835_playback_fifo(struct bcm2835_alsa_stream *alsa_stream) ...@@ -90,7 +90,7 @@ void bcm2835_playback_fifo(struct bcm2835_alsa_stream *alsa_stream)
frames_to_bytes(alsa_stream->substream->runtime, alsa_stream->substream->runtime->status->hw_ptr), frames_to_bytes(alsa_stream->substream->runtime, alsa_stream->substream->runtime->status->hw_ptr),
new_period); new_period);
if (alsa_stream->buffer_size) { if (alsa_stream->buffer_size) {
alsa_stream->pos += consumed &~(1 << 30); alsa_stream->pos += consumed & ~(1 << 30);
alsa_stream->pos %= alsa_stream->buffer_size; alsa_stream->pos %= alsa_stream->buffer_size;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册