[media] Remove the double symbol increment hack from drxk_hard
authorMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 15 Jul 2011 01:23:18 +0000 (22:23 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 27 Jul 2011 20:56:03 +0000 (17:56 -0300)
commitc4c3a3d32a2eac18dba04683bb5b7357402405c7
tree893f38e92aaabfd5086f7d0867fe35af3cddf3f9
parent33ba28eebc3e1758e6adc1fcec9e1e3151bac453
[media] Remove the double symbol increment hack from drxk_hard

Both ngene and ddbrige calls dvb_attach once for drxk_attach.
The logic used there, and by tda18271c2dd driver is different
from similar logic on other frontends.

The right fix is to change them to use the same logic, but,
while we don't do that, we need to patch em28xx-dvb in order
to do cope with ngene/ddbridge magic.

While here, document why drxk_t_release should do nothing.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/frontends/drxk_hard.c
drivers/media/video/em28xx/em28xx-dvb.c