diff options
-rw-r--r-- | drivers/media/common/tuners/tuner-xc2028.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/common/tuners/tuner-xc2028.c b/drivers/media/common/tuners/tuner-xc2028.c index 7b7e242cae16..1adce9ff52ce 100644 --- a/drivers/media/common/tuners/tuner-xc2028.c +++ b/drivers/media/common/tuners/tuner-xc2028.c | |||
@@ -1107,6 +1107,10 @@ static int xc2028_sleep(struct dvb_frontend *fe) | |||
1107 | return 0; | 1107 | return 0; |
1108 | 1108 | ||
1109 | tuner_dbg("Putting xc2028/3028 into poweroff mode.\n"); | 1109 | tuner_dbg("Putting xc2028/3028 into poweroff mode.\n"); |
1110 | if (debug > 1) { | ||
1111 | tuner_dbg("Printing sleep stack trace:\n"); | ||
1112 | dump_stack(); | ||
1113 | } | ||
1110 | 1114 | ||
1111 | mutex_lock(&priv->lock); | 1115 | mutex_lock(&priv->lock); |
1112 | 1116 | ||