thermal/powerclamp: add cpu id for denlow platform
[linux-2.6-block.git] / drivers / w1 / w1_family.c
index 3651ec801f453dc0824af7c56a5b5cf7242e81d0..1dc3051f7d76171e0b9b7b8a3879899086cf5ac6 100644 (file)
@@ -87,7 +87,7 @@ void w1_unregister_family(struct w1_family *fent)
        w1_reconnect_slaves(fent, 0);
 
        while (atomic_read(&fent->refcnt)) {
-               printk(KERN_INFO "Waiting for family %u to become free: refcnt=%d.\n",
+               pr_info("Waiting for family %u to become free: refcnt=%d.\n",
                                fent->fid, atomic_read(&fent->refcnt));
 
                if (msleep_interruptible(1000))