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:
7d275bf
)
[media] tuner-core: Don't use a static var for xc5000_cfg
author
Mauro Carvalho Chehab
<mchehab@redhat.com>
Fri, 4 Feb 2011 15:56:39 +0000
(12:56 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Mon, 21 Mar 2011 23:32:02 +0000
(20:32 -0300)
A static var is evil, especially if a device has two boards with
xc5000. Instead, just like the other drivers, use stack to store
its config during setup.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
No differences found