diff options
| author | dmitry pervushin <dpervushin@nvidia.com> | 2018-04-19 14:30:04 -0400 |
|---|---|---|
| committer | mobile promotions <svcmobile_promotions@nvidia.com> | 2018-07-16 02:15:54 -0400 |
| commit | 42a3e4a276fc399f79ed398e263f99cab2f61ab2 (patch) | |
| tree | b600224af56dbb7d5540e5ec4afa571a9bbe9802 /include/linux | |
| parent | feace1a4f07f0a88576c5fd8b8da0a7f1b318d66 (diff) | |
kernel: remove trace_printk users
Bug 2089957
Change-Id: I1e5c869a19133918effd20d3bb76e10c7f4634a5
Signed-off-by: dmitry pervushin <dpervushin@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1698695
Reviewed-on: https://git-master.nvidia.com/r/1776084
Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com>
Reviewed-by: Sachin Nikam <snikam@nvidia.com>
Reviewed-by: Pritesh Raithatha <praithatha@nvidia.com>
Reviewed-by: Vipin Kumar <vipink@nvidia.com>
Reviewed-by: Puneet Saxena <puneets@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/platform/tegra/mcerr.h | 1 |
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) |
