Skip to content

Commit

Permalink
V4L/DVB (13786): [Mantis] Bug: HIF bits already shifted ..
Browse files Browse the repository at this point in the history
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Manu Abraham authored and Mauro Carvalho Chehab committed Jan 17, 2010
1 parent 13d5036 commit 263645d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/dvb/mantis/mantis_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 263645d

Please sign in to comment.