소스 검색

V4L/DVB (11566): remove broken macro from dvb stv0900_priv.h

It both has unbalanced parentheses and == is not = and it's not used
anywhere anyway.

Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Mariusz Kozlowski 16 년 전
부모
커밋
b5d14eba2e
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      drivers/media/dvb/frontends/stv0900_priv.h

+ 0 - 2
drivers/media/dvb/frontends/stv0900_priv.h

@@ -60,8 +60,6 @@
 		} \
 	} while (0)
 
-#define dmd_choose(a, b)	(demod = STV0900_DEMOD_2 ? b : a))
-
 static int stvdebug;
 
 #define dprintk(args...) \