aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/media/common/tuners/tuner-xc2028.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/common/tuners/tuner-xc2028.c b/drivers/media/common/tuners/tuner-xc2028.c
index 8a964b417a75..7b7e242cae16 100644
--- a/drivers/media/common/tuners/tuner-xc2028.c
+++ b/drivers/media/common/tuners/tuner-xc2028.c
@@ -1104,7 +1104,7 @@ static int xc2028_sleep(struct dvb_frontend *fe)
1104 1104
1105 /* Avoid firmware reload on slow devices */ 1105 /* Avoid firmware reload on slow devices */
1106 if (no_poweroff) 1106 if (no_poweroff)
1107 return; 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 1110