Commit b5d14eba authored by Mariusz Kozlowski's avatar Mariusz Kozlowski Committed by Mauro Carvalho Chehab

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: default avatarMariusz Kozlowski <m.kozlowski@tuxland.pl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 9d6e1aa5
......@@ -60,8 +60,6 @@
} \
} while (0)
#define dmd_choose(a, b) (demod = STV0900_DEMOD_2 ? b : a))
static int stvdebug;
#define dprintk(args...) \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment