aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/media/dvb/dvb-core/dvb_frontend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-core/dvb_frontend.c b/drivers/media/dvb/dvb-core/dvb_frontend.c
index 21c9072ed99f..efe9c30605e8 100644
--- a/drivers/media/dvb/dvb-core/dvb_frontend.c
+++ b/drivers/media/dvb/dvb-core/dvb_frontend.c
@@ -982,7 +982,7 @@ static void dtv_property_dump(struct dtv_property *tvp)
982{ 982{
983 int i; 983 int i;
984 984
985 if (tvp->cmd <= 0 || tvp->cmd >= DTV_MAX_COMMAND) { 985 if (tvp->cmd <= 0 || tvp->cmd > DTV_MAX_COMMAND) {
986 printk(KERN_WARNING "%s: tvp.cmd = 0x%08x undefined\n", 986 printk(KERN_WARNING "%s: tvp.cmd = 0x%08x undefined\n",
987 __func__, tvp->cmd); 987 __func__, tvp->cmd);
988 return; 988 return;