commit | aac865f7c92990f2db17cfe9e9ef89a8706253f7 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@redhat.com> | Mon Dec 26 09:41:14 2011 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Sat Dec 31 09:17:18 2011 -0200 |
tree | 29b947f70dc1f9947fb388a978e65af5a0ea31cd | |
parent | 4e4d2bcf484cd74b75196ea0f352aec1909923f7 [diff] |
[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>