diff options
author | Antti Palosaari <crope@iki.fi> | 2012-12-09 16:33:04 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-01-06 12:07:28 +0100 |
commit | 3a98477200b44328e50a5c0830f92fd5cdc1ea9b (patch) | |
tree | 94e0c29fa74e93e15deb9e51b4772cda14651edb /drivers/media/tuners/fc0012.h | |
parent | [media] af9035: add support for fc0012 dual tuner configuration (diff) | |
download | linux-3a98477200b44328e50a5c0830f92fd5cdc1ea9b.tar.xz linux-3a98477200b44328e50a5c0830f92fd5cdc1ea9b.zip |
[media] fc0012: use config directly from the config struct
No need to copy config to the driver state. Those are coming from
the const struct and could be used directly.
Signed-off-by: Antti Palosaari <crope@iki.fi>
Acked-by: Hans-Frieder Vogt <hfvogt@gmx.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/tuners/fc0012.h')
-rw-r--r-- | drivers/media/tuners/fc0012.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/tuners/fc0012.h b/drivers/media/tuners/fc0012.h index 83a98e732502..3fb53b86813a 100644 --- a/drivers/media/tuners/fc0012.h +++ b/drivers/media/tuners/fc0012.h @@ -35,7 +35,7 @@ struct fc0012_config { */ enum fc001x_xtal_freq xtal_freq; - int dual_master; + bool dual_master; /* * RF loop-through |