aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/tda18271-priv.h
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2008-01-09 00:34:30 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 19:04:44 -0200
commitcf04d29c4868a783b3e994e4a19f78ce22ba2d93 (patch)
tree43828c2132fa7fbb25b06a9978609f8405fb525f /drivers/media/dvb/frontends/tda18271-priv.h
parentV4L/DVB (6987): tda18271: add support for fm radio (diff)
downloadlinux-dev-cf04d29c4868a783b3e994e4a19f78ce22ba2d93.tar.xz
linux-dev-cf04d29c4868a783b3e994e4a19f78ce22ba2d93.zip
V4L/DVB (6988): tda18271: give calibration debug a separate debug mask
We don't usually want to see the calibration debug messages, but sometimes it is useful. Assign it to a separate debug mask. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to '')
-rw-r--r--drivers/media/dvb/frontends/tda18271-priv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/tda18271-priv.h b/drivers/media/dvb/frontends/tda18271-priv.h
index 5c04d63ae849..080efb3991ed 100644
--- a/drivers/media/dvb/frontends/tda18271-priv.h
+++ b/drivers/media/dvb/frontends/tda18271-priv.h
@@ -130,6 +130,7 @@ extern int tda18271_debug;
#define DBG_MAP 2
#define DBG_REG 4
#define DBG_ADV 8
+#define DBG_CAL 16
#define tda_printk(kern, fmt, arg...) \
printk(kern "%s: " fmt, __FUNCTION__, ##arg)
@@ -144,6 +145,7 @@ extern int tda18271_debug;
#define tda_dbg(fmt, arg...) dprintk(KERN_DEBUG, DBG_INFO, fmt, ##arg)
#define tda_map(fmt, arg...) dprintk(KERN_DEBUG, DBG_MAP, fmt, ##arg)
#define tda_reg(fmt, arg...) dprintk(KERN_DEBUG, DBG_REG, fmt, ##arg)
+#define tda_cal(fmt, arg...) dprintk(KERN_DEBUG, DBG_CAL, fmt, ##arg)
/*---------------------------------------------------------------------*/