diff options
Diffstat (limited to 'drivers/media/pci/zoran/zoran_device.c')
-rw-r--r-- | drivers/media/pci/zoran/zoran_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/zoran/zoran_device.c b/drivers/media/pci/zoran/zoran_device.c index bf34b93f23ee..b6801e035ea4 100644 --- a/drivers/media/pci/zoran/zoran_device.c +++ b/drivers/media/pci/zoran/zoran_device.c | |||
@@ -682,7 +682,7 @@ set_videobus_dir (struct zoran *zr, | |||
682 | switch (zr->card.type) { | 682 | switch (zr->card.type) { |
683 | case LML33: | 683 | case LML33: |
684 | case LML33R10: | 684 | case LML33R10: |
685 | if (lml33dpath == 0) | 685 | if (!lml33dpath) |
686 | GPIO(zr, 5, val); | 686 | GPIO(zr, 5, val); |
687 | else | 687 | else |
688 | GPIO(zr, 5, 1); | 688 | GPIO(zr, 5, 1); |