projects
/
wrapfs-3.14.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e7f972
)
tda18212: silence compiler warning
author
Antti Palosaari
<crope@iki.fi>
Thu, 9 Aug 2012 23:50:35 +0000
(20:50 -0300)
committer
Ben Hutchings
<ben@decadent.org.uk>
Sat, 11 Nov 2017 13:34:46 +0000
(13:34 +0000)
commit
e666a44fa313cb9329c0381ad02fc6ee1e21cb31
upstream.
Trivial fix.
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
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 e29cc2bc113a91604f03b009a7f2877dd4a7d0e2..27c1861d2420656ec0dce56739e174d755d9118b 100644
(file)
--- a/
drivers/media/common/tuners/tda18212.c
+++ b/
drivers/media/common/tuners/tda18212.c
@@
-241,7
+241,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)