]> git.baikalelectronics.ru Git - kernel.git/commit
V4L/DVB (5495): Tda10086: fix DiSEqC message length
authorAndreas Oberritter <obi@linuxtv.org>
Sun, 1 Apr 2007 22:29:16 +0000 (19:29 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Mon, 2 Apr 2007 14:03:04 +0000 (11:03 -0300)
commit71cabe4f94b15c5994e3923bb312a15eca2c5699
tree7e60e2d092948be4d09ea88f2b9eb8b7ff4db96c
parent170f99722541b5abd0a8834d95617d31e6cd9296
V4L/DVB (5495): Tda10086: fix DiSEqC message length

Setting the message length to zero means to send one byte, so you need a
subtraction instead of an addition.

Signed-off-by: Andreas Oberritter <obi@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/dvb/frontends/tda10086.c