aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/w1/w1_log.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/w1/w1_log.h')
-rw-r--r--drivers/w1/w1_log.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/w1/w1_log.h b/drivers/w1/w1_log.h
index 9c7bd62e6bdc..f9eecff23b8d 100644
--- a/drivers/w1/w1_log.h
+++ b/drivers/w1/w1_log.h
@@ -29,8 +29,8 @@
#else
# define assert(expr) \
if(unlikely(!(expr))) { \
- printk(KERN_ERR "Assertion failed! %s,%s,%s,line=%d\n", \
- #expr, __FILE__, __func__, __LINE__); \
+ pr_err("Assertion failed! %s,%s,%s,line=%d\n", \
+ #expr, __FILE__, __func__, __LINE__); \
}
#endif