diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2013-04-14 16:13:43 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-04-16 23:04:37 +0200 |
commit | bad1f29d0f98972665e6503a286d058125212aa5 (patch) | |
tree | 5aec1ff1e2e05f7645727a4a5ba89e21e680ee20 /drivers/media/pci/cx25821/cx25821-medusa-video.c | |
parent | [media] cx25821: convert to the control framework (diff) | |
download | linux-bad1f29d0f98972665e6503a286d058125212aa5.tar.xz linux-bad1f29d0f98972665e6503a286d058125212aa5.zip |
[media] cx25821: remove TRUE/FALSE/STATUS_(UN)SUCCESSFUL defines
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/pci/cx25821/cx25821-medusa-video.c')
-rw-r--r-- | drivers/media/pci/cx25821/cx25821-medusa-video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/cx25821/cx25821-medusa-video.c b/drivers/media/pci/cx25821/cx25821-medusa-video.c index 6a92e5c70c2a..6ab3ae08348e 100644 --- a/drivers/media/pci/cx25821/cx25821-medusa-video.c +++ b/drivers/media/pci/cx25821/cx25821-medusa-video.c @@ -404,7 +404,7 @@ static int medusa_initialize_pal(struct cx25821_dev *dev) int medusa_set_videostandard(struct cx25821_dev *dev) { - int status = STATUS_SUCCESS; + int status = 0; u32 value = 0, tmp = 0; if (dev->tvnorm & V4L2_STD_PAL_BG || dev->tvnorm & V4L2_STD_PAL_DK) |