debug: remove dead assignment

Reported by clang's scan-build.

Signed-off-by: Janusz Jankowski <janusz.jankowski@linux.intel.com>
This commit is contained in:
Janusz Jankowski 2020-04-10 13:15:54 +02:00 committed by Liam Girdwood
parent c412a8559e
commit 6d76acf67a
1 changed files with 0 additions and 1 deletions

View File

@ -153,7 +153,6 @@ static inline uint32_t dump_stack(uint32_t p, void *addr, size_t offset,
/* is stack smashed ? */
if (stack_top - offset <= stack_limit) {
stack_bottom = stack_limit;
p = SOF_IPC_PANIC_STACK;
return p;
}