]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
[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)
commitaac865f7c92990f2db17cfe9e9ef89a8706253f7
tree29b947f70dc1f9947fb388a978e65af5a0ea31cd
parent4e4d2bcf484cd74b75196ea0f352aec1909923f7
[media] em28xx-dvb: don't initialize drx-d non-used fields with zero

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>
drivers/media/video/em28xx/em28xx-dvb.c