summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx25821
diff options
context:
space:
mode:
authorLeonid V. Fedorenchik2011-10-22 06:43:26 +0200
committerMauro Carvalho Chehab2011-11-24 21:35:36 +0100
commit64dcb194969d8d4447911e69f8b633ff2b87be40 (patch)
tree9a0d26ce7f9d3e3202e979b462908a0eeb6a6117 /drivers/media/video/cx25821
parent[media] cx25821-audio-upstream.c: Fix indent (diff)
downloadkernel-qcow2-linux-64dcb194969d8d4447911e69f8b633ff2b87be40.tar.gz
kernel-qcow2-linux-64dcb194969d8d4447911e69f8b633ff2b87be40.tar.xz
kernel-qcow2-linux-64dcb194969d8d4447911e69f8b633ff2b87be40.zip
[media] cx25821-audio-upstream.c: Move operators
Move operator of complex expression to the end of the lines to preserve consistency. Signed-off-by: Leonid V. Fedorenchik <leonidsbox@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx25821')
-rw-r--r--drivers/media/video/cx25821/cx25821-audio-upstream.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/video/cx25821/cx25821-audio-upstream.c b/drivers/media/video/cx25821/cx25821-audio-upstream.c
index 44cb183cf22a..a221b958c5a7 100644
--- a/drivers/media/video/cx25821/cx25821-audio-upstream.c
+++ b/drivers/media/video/cx25821/cx25821-audio-upstream.c
@@ -398,9 +398,9 @@ int cx25821_openfile_audio(struct cx25821_dev *dev,
vfs_read_retval =
vfs_read(myfile, mybuf, line_size, &pos);
- if (vfs_read_retval > 0
- && vfs_read_retval == line_size
- && dev->_audiodata_buf_virt_addr != NULL) {
+ if (vfs_read_retval > 0 &&
+ vfs_read_retval == line_size &&
+ dev->_audiodata_buf_virt_addr != NULL) {
memcpy((void *)(dev->
_audiodata_buf_virt_addr
+ offset / 4), mybuf,