diff options
author | Igor M. Liplianin <liplianin@netup.ru> | 2009-09-19 07:37:40 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-05 15:40:03 -0500 |
commit | 8171c2059cc4b0507faf3a0e0fdf28cc83d8ac62 (patch) | |
tree | 1d8f7f0bf30dfcc44d329434c0a5546e66cbfcba /drivers/media/dvb/frontends/stv0900_priv.h | |
parent | 61b1e58f0e1b9dd0e6ab7199f19b93948af4baa1 (diff) |
V4L/DVB (13045): Fix debug messaging for stv0900 demod.
Signed-off-by: Igor M. Liplianin <liplianin@netup.ru>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/stv0900_priv.h')
-rw-r--r-- | drivers/media/dvb/frontends/stv0900_priv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/stv0900_priv.h b/drivers/media/dvb/frontends/stv0900_priv.h index 5ed7a145c7d3..5f4414f8da20 100644 --- a/drivers/media/dvb/frontends/stv0900_priv.h +++ b/drivers/media/dvb/frontends/stv0900_priv.h | |||
@@ -60,7 +60,7 @@ | |||
60 | } \ | 60 | } \ |
61 | } while (0) | 61 | } while (0) |
62 | 62 | ||
63 | static int stvdebug; | 63 | extern int stvdebug; |
64 | 64 | ||
65 | #define dprintk(args...) \ | 65 | #define dprintk(args...) \ |
66 | do { \ | 66 | do { \ |