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)
commitd420cb44693b8370cbf06c3e31b4b5dec66c9f86
tree7e60e2d092948be4d09ea88f2b9eb8b7ff4db96c
parent2e175a90047a2dbc76fde169c990164895b25dfc
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