projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1d45ae
)
[media] tda18212: silence compiler warning
author
Antti Palosaari
<crope@iki.fi>
Thu, 9 Aug 2012 23:50:35 +0000
(20:50 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Sun, 12 Aug 2012 15:38:52 +0000
(12:38 -0300)
Trivial fix.
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/common/tuners/tda18212.c
patch
|
blob
|
history
diff --git
a/drivers/media/common/tuners/tda18212.c
b/drivers/media/common/tuners/tda18212.c
index
602c2e3
..
a14e8b6
100644
(file)
--- a/
drivers/media/common/tuners/tda18212.c
+++ b/
drivers/media/common/tuners/tda18212.c
@@
-287,7
+287,7
@@
struct dvb_frontend *tda18212_attach(struct dvb_frontend *fe,
{
struct tda18212_priv *priv = NULL;
int ret;
- u8
val
;
+ u8
uninitialized_var(val)
;
priv = kzalloc(sizeof(struct tda18212_priv), GFP_KERNEL);
if (priv == NULL)