]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] drxk: Fix the logic that selects between DVB-C annex A and C
authorMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 24 Jul 2011 12:11:36 +0000 (09:11 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 27 Jul 2011 20:56:04 +0000 (17:56 -0300)
commit119faf90ed79adfd4a8930f62c3b9592adf5d250
treeff2db81bf1aaf8e922ebefac663f4c33a24d423a
parentf07a0bc111829707f1277c19467a7129ddb5aeb1
[media] drxk: Fix the logic that selects between DVB-C annex A and C

Fix the DRX-K logic that selects between DVB-C annex A and C

Fix a typo where DVB-C annex type is set via setEnvParameters, but
the driver, uses, instead, setParamParameters[2].

While here, cleans up the code, fixing a bad identation at the fallback
code for other types of firmware, and put the multiple-line comments
into the Linux CodingStyle.

Acked-by: Oliver Endriss <o.endriss@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/frontends/drxk_hard.c