diff options
author | Manu Abraham <abraham.manu@gmail.com> | 2009-12-04 05:15:38 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-01-17 11:55:35 -0200 |
commit | 4d5a28efda3ce12529e4b90832184f62c7a50848 (patch) | |
tree | 20708b6bb6cc1822e73e7d0f33af7926a6089e57 /drivers/media/dvb/mantis/mantis_common.h | |
parent | ac23f4c86c3c901f95d72fc2262b22e6230d4feb (diff) | |
download | lwn-4d5a28efda3ce12529e4b90832184f62c7a50848.tar.gz lwn-4d5a28efda3ce12529e4b90832184f62c7a50848.zip |
V4L/DVB (13750): [Mantis] GPIO_CONTROL: Cache a given GPIO Bit Setup for a given event
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/mantis/mantis_common.h')
-rw-r--r-- | drivers/media/dvb/mantis/mantis_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/mantis/mantis_common.h b/drivers/media/dvb/mantis/mantis_common.h index 0aa4001dea9c..75f07736e001 100644 --- a/drivers/media/dvb/mantis/mantis_common.h +++ b/drivers/media/dvb/mantis/mantis_common.h @@ -137,7 +137,7 @@ struct mantis_pci { u32 sub_device_id; /* A12 A13 A14 */ - int gpio_status; + u32 gpio_status; struct mantis_ca *mantis_ca; }; |