summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/platform/tegra/mcerr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/platform/tegra/mcerr.h b/include/linux/platform/tegra/mcerr.h
index 4a83dae11..512b43e22 100644
--- a/include/linux/platform/tegra/mcerr.h
+++ b/include/linux/platform/tegra/mcerr.h
@@ -153,7 +153,6 @@ struct mcerr_ops {
153#define mcerr_pr(fmt, ...) \ 153#define mcerr_pr(fmt, ...) \
154 do { \ 154 do { \
155 if (!mcerr_silenced) { \ 155 if (!mcerr_silenced) { \
156 trace_printk(fmt, ##__VA_ARGS__); \
157 pr_err(fmt, ##__VA_ARGS__); \ 156 pr_err(fmt, ##__VA_ARGS__); \
158 } \ 157 } \
159 } while (0) 158 } while (0)