[media] em28xx-dvb: don't initialize drx-d non-used fields with zero
authorMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 26 Dec 2011 12:41:14 +0000 (09:41 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 31 Dec 2011 11:17:18 +0000 (09:17 -0200)
There's no need to initialize unused fields with zero, as Kernel does
it automatically.

Removing the initialization makes the code cleaner.

This also allows the removal of the unused pll_set callback.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

No differences found