diff options
author | David Howells <dhowells@redhat.com> | 2015-06-03 08:34:13 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-06-10 11:11:38 -0300 |
commit | 0f20baad24f97c3390ae869661408bb3ee12764e (patch) | |
tree | 61b5d4c78c08dfa641f2f98f81dce3c83a6acc09 /drivers/media/dvb-frontends/ts2020.h | |
parent | 3366cd5d72c664aa5e447f41ed2f7dac69f6a94e (diff) | |
download | linux-stable-0f20baad24f97c3390ae869661408bb3ee12764e.tar.gz linux-stable-0f20baad24f97c3390ae869661408bb3ee12764e.tar.bz2 linux-stable-0f20baad24f97c3390ae869661408bb3ee12764e.zip |
[media] ts2020: Copy loop_through from the config to the internal data
Copy the loop_through setting from the ts2020_config struct to the internal
ts2020_priv struct so that it can actually be used.
Whilst we're at it, group the bitfields together in the same order in both
structs so that the compiler has a good chance to copy them in one go.
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends/ts2020.h')
-rw-r--r-- | drivers/media/dvb-frontends/ts2020.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/ts2020.h b/drivers/media/dvb-frontends/ts2020.h index 37797244774d..002bc0ac1603 100644 --- a/drivers/media/dvb-frontends/ts2020.h +++ b/drivers/media/dvb-frontends/ts2020.h @@ -32,7 +32,7 @@ struct ts2020_config { /* * RF loop-through */ - u8 loop_through:1; + bool loop_through:1; /* * clock output |