git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e4d2bc
)
[media] em28xx-dvb: don't initialize drx-d non-used fields with zero
author
Mauro Carvalho Chehab
<mchehab@redhat.com>
Mon, 26 Dec 2011 12:41:14 +0000
(09:41 -0300)
committer
Mauro 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