diff options
author | Mike Isely <isely@pobox.com> | 2006-06-26 02:30:47 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-27 05:17:33 +0200 |
commit | 0885ba1d5ebd5a526993e7329ca4fb6c866f3315 (patch) | |
tree | 44bea0826be3b88197fa58235f03e6d6fa1526c9 /drivers/media/video/pvrusb2/pvrusb2-hdw.c | |
parent | V4L/DVB (4244): Implement use of cx2341x module in pvrusb2 driver (diff) | |
download | linux-0885ba1d5ebd5a526993e7329ca4fb6c866f3315.tar.xz linux-0885ba1d5ebd5a526993e7329ca4fb6c866f3315.zip |
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.c | 2 |
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) return; } - pvr2_trace(PVR2_TRACE_EEPROM, + pvr2_trace(PVR2_TRACE_ERROR_LEGS, "Unable to select a viable initial video standard"); } |