diff options
author | Reinhard Nissl <rnissl@gmx.de> | 2013-05-08 17:54:57 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-05-21 08:54:37 -0300 |
commit | 0735647c29bca5f33f38fcf457b3b0e9e5912f51 (patch) | |
tree | fc3e050f1902b2bfe1aef9d4d79b2f2f409ea9fa /drivers/media/usb/dvb-usb/pctv452e.c | |
parent | a0f9354b1a319cb29c331bfd2e5a15d7f9b87fa4 (diff) | |
download | linux-0735647c29bca5f33f38fcf457b3b0e9e5912f51.tar.bz2 |
[media] stb0899: remove commented value from IQ_SWAP_ON/OFF usages
As the enum values have changed recently, the comments are void.
Signed-off-by: Reinhard Nißl <rnissl@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/usb/dvb-usb/pctv452e.c')
-rw-r--r-- | drivers/media/usb/dvb-usb/pctv452e.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/dvb-usb/pctv452e.c b/drivers/media/usb/dvb-usb/pctv452e.c index d1ddfa13de86..449a99605a87 100644 --- a/drivers/media/usb/dvb-usb/pctv452e.c +++ b/drivers/media/usb/dvb-usb/pctv452e.c @@ -828,7 +828,7 @@ static struct stb0899_config stb0899_config = { .block_sync_mode = STB0899_SYNC_FORCED, /* ? */ .xtal_freq = 27000000, /* Assume Hz ? */ - .inversion = IQ_SWAP_ON, /* ? */ + .inversion = IQ_SWAP_ON, .lo_clk = 76500000, .hi_clk = 99000000, |