mirror of
https://github.com/adulau/aha.git
synced 2025-01-02 14:13:18 +00:00
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>
This commit is contained in:
parent
9d6e1aa55c
commit
b5d14eba2e
1 changed files with 0 additions and 2 deletions
|
@ -60,8 +60,6 @@
|
|||
} \
|
||||
} while (0)
|
||||
|
||||
#define dmd_choose(a, b) (demod = STV0900_DEMOD_2 ? b : a))
|
||||
|
||||
static int stvdebug;
|
||||
|
||||
#define dprintk(args...) \
|
||||
|
|
Loading…
Reference in a new issue