mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 08:02:07 +00:00
V4L/DVB (13786): [Mantis] Bug: HIF bits already shifted ..
Signed-off-by: Manu Abraham <manu@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
13d5036ea0
commit
263645de70
@ -144,7 +144,7 @@ struct mantis_pci {
|
||||
struct mantis_ca *mantis_ca;
|
||||
};
|
||||
|
||||
#define MANTIS_HIF_STATUS (mantis->gpio_status << 12)
|
||||
#define MANTIS_HIF_STATUS (mantis->gpio_status)
|
||||
|
||||
extern unsigned int verbose;
|
||||
extern unsigned int devs;
|
||||
|
Loading…
Reference in New Issue
Block a user