diff options
Diffstat (limited to 'drivers/w1')
-rw-r--r-- | drivers/w1/w1_log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/w1/w1_log.h b/drivers/w1/w1_log.h index fe6bdf43380f..e6ab7cf08f88 100644 --- a/drivers/w1/w1_log.h +++ b/drivers/w1/w1_log.h | |||
@@ -30,7 +30,7 @@ | |||
30 | # define assert(expr) \ | 30 | # define assert(expr) \ |
31 | if(unlikely(!(expr))) { \ | 31 | if(unlikely(!(expr))) { \ |
32 | printk(KERN_ERR "Assertion failed! %s,%s,%s,line=%d\n", \ | 32 | printk(KERN_ERR "Assertion failed! %s,%s,%s,line=%d\n", \ |
33 | #expr,__FILE__,__FUNCTION__,__LINE__); \ | 33 | #expr, __FILE__, __func__, __LINE__); \ |
34 | } | 34 | } |
35 | #endif | 35 | #endif |
36 | 36 | ||