summaryrefslogtreecommitdiff
path: root/scripts/stackusage
diff options
context:
space:
mode:
authorRichard Fitzgerald <rf@opensource.cirrus.com>2024-12-19 15:57:19 +0000
committerMark Brown <broonie@kernel.org>2024-12-19 16:39:38 +0000
commitee37bc7e0144e312a8e990acdd4f49e4afa71f1c (patch)
tree9da36b85288df88119fcd01480b56b78a6784d86 /scripts/stackusage
parentcf126261d5d3b8767fd9c838ffe7213144d05147 (diff)
firmware: cs_dsp: Delete redundant assignments in cs_dsp_test_bin.c
Delete two redundant assignments in cs_dsp_test_bin.c. Unfortunately none of W=1 or the static analysis tools I ran flagged these. Fixes: dd0b6b1f29b9 ("firmware: cs_dsp: Add KUnit testing of bin file download") Reported-by: Dheeraj Reddy Jonnalagadda <dheeraj.linuxdev@gmail.com> Closes: https://scan7.scan.coverity.com/#/project-view/52337/11354?selectedIssue=1602511 Closes: https://scan7.scan.coverity.com/#/project-view/52337/11354?selectedIssue=1602490 Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com> Link: https://patch.msgid.link/20241219155719.84276-1-rf@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions
linux-arm.git/commit/include/linux/sysrq.h?h=ktext-current&id=b24413180f5600bcb3bb70fbed5cf186b60864bd'>License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2013-10-16sysrq: Allow magic SysRq key functions to be disabled through KconfigBen Hutchings 2011-01-24Input: sysrq - ensure sysrq_enabled and __sysrq_enabled are consistentAndy Whitcroft 2010-08-21Input: sysrq - drop tty argument form handle_sysrq()Dmitry Torokhov 2010-08-19Input: sysrq - drop tty argument from sysrq ops handlersDmitry Torokhov 2010-07-21sysrq,kdb: Use __handle_sysrq() for kdb's sysrq functionJason Wessel 2010-04-13Input: implement SysRq as a separate input handlerDmitry Torokhov 2009-07-06linux/sysrq.h needs linux/errno.hTobias Doerffel 2006-12-13[PATCH] debug: add sysrq_always_enabled boot optionIngo Molnar 2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells 2006-10-01[PATCH] Prevent multiple inclusion of linux/sysrq.hThomas Petazzoni 2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse