]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
V4L/DVB (11202): pvrusb2: Fix slightly mis-leading header in debug interface output
authorMike Isely <isely@pobox.com>
Sun, 8 Mar 2009 21:22:48 +0000 (18:22 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 30 Mar 2009 15:43:39 +0000 (12:43 -0300)
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/pvrusb2/pvrusb2-debugifc.c

index cc4ef891b5b68b6d09e7c57331c98779d5051ae7..2074ce05c76a7b51262bdea90feb3077295ba3bd 100644 (file)
@@ -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;