diff --git a/[refs] b/[refs] index 1caf0f55bf7b..3c565bbd0b16 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a4bfde5abd4a0f5498a268dba17ffc91d91964d6 +refs/heads/master: 56003191c466b8ef4b174da60f25ae58e92493f8 diff --git a/trunk/drivers/char/applicom.c b/trunk/drivers/char/applicom.c index 6bf2e27dc23a..11f9ee581124 100644 --- a/trunk/drivers/char/applicom.c +++ b/trunk/drivers/char/applicom.c @@ -599,7 +599,7 @@ static ssize_t ac_read (struct file *filp, char __user *buf, size_t count, loff_ #ifdef DEBUG if (loopcount++ > 2) { - printk("Looping in ac_read. loopcount %d\n", loopcount); + printk(KERN_DEBUG "Looping in ac_read. loopcount %d\n", loopcount); } #endif }