]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/media/video/pvrusb2/pvrusb2-debugifc.c
V4L/DVB (11202): pvrusb2: Fix slightly mis-leading header in debug interface output
[linux-2.6-omap-h63xx.git] / drivers / media / video / pvrusb2 / pvrusb2-debugifc.c
index ca892fb78a5b8055a6da521e767f5a637130f70c..2074ce05c76a7b51262bdea90feb3077295ba3bd 100644 (file)
@@ -23,7 +23,7 @@
 #include "pvrusb2-debugifc.h"
 #include "pvrusb2-hdw.h"
 #include "pvrusb2-debug.h"
-#include "pvrusb2-i2c-core.h"
+#include "pvrusb2-i2c-track.h"
 
 struct debugifc_mask_item {
        const char *name;
@@ -147,7 +147,7 @@ int pvr2_debugifc_print_info(struct pvr2_hdw *hdw,char *buf,unsigned int acnt)
        bcnt += ccnt; acnt -= ccnt; buf += ccnt;
        ccnt = pvr2_hdw_state_report(hdw,buf,acnt);
        bcnt += ccnt; acnt -= ccnt; buf += ccnt;
-       ccnt = scnprintf(buf,acnt,"Attached I2C modules:\n");
+       ccnt = scnprintf(buf, acnt, "Attached old-style I2C modules:\n");
        bcnt += ccnt; acnt -= ccnt; buf += ccnt;
        ccnt = pvr2_i2c_report(hdw,buf,acnt);
        bcnt += ccnt; acnt -= ccnt; buf += ccnt;