]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/w1/masters/ds2482.c
w1/masters: use pr_* instead of printk
[karo-tx-linux.git] / drivers / w1 / masters / ds2482.c
index e033491fe3088a1f4496aeecc47734416a739963..e76a9b39abb2a9228c65267f0220b403de35d784 100644 (file)
@@ -226,7 +226,7 @@ static int ds2482_wait_1wire_idle(struct ds2482_data *pdev)
        }
 
        if (retries >= DS2482_WAIT_IDLE_TIMEOUT)
-               printk(KERN_ERR "%s: timeout on channel %d\n",
+               pr_err("%s: timeout on channel %d\n",
                       __func__, pdev->channel);
 
        return temp;