diff options
Diffstat (limited to 'drivers/mtd/ubi/gluebi.c')
-rw-r--r-- | drivers/mtd/ubi/gluebi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/ubi/gluebi.c b/drivers/mtd/ubi/gluebi.c index c25aa2906413..4bd4db8c84c9 100644 --- a/drivers/mtd/ubi/gluebi.c +++ b/drivers/mtd/ubi/gluebi.c | |||
@@ -41,7 +41,7 @@ | |||
41 | #include "ubi-media.h" | 41 | #include "ubi-media.h" |
42 | 42 | ||
43 | #define err_msg(fmt, ...) \ | 43 | #define err_msg(fmt, ...) \ |
44 | printk(KERN_DEBUG "gluebi (pid %d): %s: " fmt "\n", \ | 44 | pr_err("gluebi (pid %d): %s: " fmt "\n", \ |
45 | current->pid, __func__, ##__VA_ARGS__) | 45 | current->pid, __func__, ##__VA_ARGS__) |
46 | 46 | ||
47 | /** | 47 | /** |