summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-04-25 07:54:50 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-04-25 07:54:50 -0300
commitfbadc6a2a010533e6fd97a446d839306fe704b9c (patch)
treea042a9faa0af8a526244b3da3c9d27946c2df19c /linux/drivers/media/dvb/frontends
parent7f5297ccb443be4ea17b136eea001322c8d2bafc (diff)
parent14fffda7409030baf60563a4c26955d768d27890 (diff)
downloadmediapointer-dvb-s2-fbadc6a2a010533e6fd97a446d839306fe704b9c.tar.gz
mediapointer-dvb-s2-fbadc6a2a010533e6fd97a446d839306fe704b9c.tar.bz2
merge: http://www.linuxtv.org/hg/~stoth/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/dvb/frontends')
-rw-r--r--linux/drivers/media/dvb/frontends/mt312.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/mt312.h b/linux/drivers/media/dvb/frontends/mt312.h
index 96338f0c4..de796eab3 100644
--- a/linux/drivers/media/dvb/frontends/mt312.h
+++ b/linux/drivers/media/dvb/frontends/mt312.h
@@ -33,7 +33,7 @@ struct mt312_config {
u8 demod_address;
/* inverted voltage setting */
- int voltage_inverted:1;
+ unsigned int voltage_inverted:1;
};
#if defined(CONFIG_DVB_MT312) || (defined(CONFIG_DVB_MT312_MODULE) && defined(MODULE))