We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 490251d commit 36ef3daCopy full SHA for 36ef3da
arch/xtensa/core/fatal.c
@@ -87,7 +87,7 @@ char *xtensa_exccause(unsigned int cause_code)
87
void xtensa_fatal_error(unsigned int reason, const struct arch_esf *esf)
88
{
89
#ifdef CONFIG_EXCEPTION_DEBUG
90
- if (esf) {
+ if (esf != NULL) {
91
/* Don't want to get elbowed by xtensa_switch
92
* in between printing registers and dumping them;
93
* corrupts backtrace
0 commit comments