From 38289d94bcb5008e33c10db7a29d4e6c4d34cb8c Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Sat, 26 Apr 2008 14:23:19 -0300 Subject: A few CodingStyle fixes From: Mauro Carvalho Chehab kernel-sync: Signed-off-by: Mauro Carvalho Chehab --- linux/drivers/media/common/tuners/tuner-xc2028.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/drivers/media/common/tuners') diff --git a/linux/drivers/media/common/tuners/tuner-xc2028.c b/linux/drivers/media/common/tuners/tuner-xc2028.c index 3aa81ae99..4c6a0b7ea 100644 --- a/linux/drivers/media/common/tuners/tuner-xc2028.c +++ b/linux/drivers/media/common/tuners/tuner-xc2028.c @@ -439,7 +439,7 @@ static int seek_firmware(struct dvb_frontend *fe, unsigned int type, type_mask = BASE_TYPES; else if (type & SCODE) { type &= SCODE_TYPES; - type_mask = SCODE_TYPES &~ HAS_IF; + type_mask = SCODE_TYPES & ~HAS_IF; } else if (type & DTV_TYPES) type_mask = DTV_TYPES; else if (type & STD_SPECIFIC_TYPES) -- cgit v1.2.3