aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pms.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/pms.c')
-rw-r--r--drivers/media/video/pms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/pms.c b/drivers/media/video/pms.c
index fb6471e74dc5..5d681fa8bcb1 100644
--- a/drivers/media/video/pms.c
+++ b/drivers/media/video/pms.c
@@ -805,7 +805,7 @@ static int pms_do_ioctl(struct inode *inode, struct file *file,
805 struct video_picture *p = arg; 805 struct video_picture *p = arg;
806 if(!((p->palette==VIDEO_PALETTE_RGB565 && p->depth==16) 806 if(!((p->palette==VIDEO_PALETTE_RGB565 && p->depth==16)
807 ||(p->palette==VIDEO_PALETTE_RGB555 && p->depth==15))) 807 ||(p->palette==VIDEO_PALETTE_RGB555 && p->depth==15)))
808 return -EINVAL; 808 return -EINVAL;
809 pd->picture= *p; 809 pd->picture= *p;
810 810
811 /* 811 /*