aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pvrusb2/pvrusb2-hdw.c
diff options
context:
space:
mode:
authorMike Isely <isely@pobox.com>2006-06-25 20:30:47 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-06-26 23:17:33 -0400
commit0885ba1d5ebd5a526993e7329ca4fb6c866f3315 (patch)
tree44bea0826be3b88197fa58235f03e6d6fa1526c9 /drivers/media/video/pvrusb2/pvrusb2-hdw.c
parentb30d244176846de3480ae17097a5f7831ec6aaf6 (diff)
V4L/DVB (4245): Reduce the amount of pvrusb2-sourced noise going into the system log
Signed-off-by: Mike Isely <isely@pobox.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-hdw.c')
-rw-r--r--drivers/media/video/pvrusb2/pvrusb2-hdw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-hdw.c b/drivers/media/video/pvrusb2/pvrusb2-hdw.c
index 7d4799a1c554..2fd40e061ccc 100644
--- a/drivers/media/video/pvrusb2/pvrusb2-hdw.c
+++ b/drivers/media/video/pvrusb2/pvrusb2-hdw.c
@@ -1532,7 +1532,7 @@ static void pvr2_hdw_setup_std(struct pvr2_hdw *hdw)
1532 return; 1532 return;
1533 } 1533 }
1534 1534
1535 pvr2_trace(PVR2_TRACE_EEPROM, 1535 pvr2_trace(PVR2_TRACE_ERROR_LEGS,
1536 "Unable to select a viable initial video standard"); 1536 "Unable to select a viable initial video standard");
1537} 1537}
1538 1538