diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-04-12 19:58:52 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-04-12 19:58:52 +0000 |
commit | f05ceff50bdfc30402afc53b669c3e2c130c931f (patch) | |
tree | 9c6bce62f92edc36f9d527eee56b38b5c0f1b991 /linux/drivers | |
parent | a3ec55c8056a094d349074f26b9f855010a94ef3 (diff) | |
download | mediapointer-dvb-s2-f05ceff50bdfc30402afc53b669c3e2c130c931f.tar.gz mediapointer-dvb-s2-f05ceff50bdfc30402afc53b669c3e2c130c931f.tar.bz2 |
remove broken macro from dvb stv0900_priv.h
From: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
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>
Diffstat (limited to 'linux/drivers')
-rw-r--r-- | linux/drivers/media/dvb/frontends/stv0900_priv.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/frontends/stv0900_priv.h b/linux/drivers/media/dvb/frontends/stv0900_priv.h index 762d5af62..67dc8ec63 100644 --- a/linux/drivers/media/dvb/frontends/stv0900_priv.h +++ b/linux/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...) \ |