summaryrefslogtreecommitdiff
path: root/scripts/stackusage
diff options
context:
space:
mode:
authorQianfeng Rong <rongqianfeng@vivo.com>2025-09-01 21:57:25 +0800
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2025-09-01 20:43:36 +0100
commitf9381ece76de999a2065d5b4fdd87fa17883978c (patch)
tree66a5a51b3471615ed1a426e5f33a952dd05e7ccc /scripts/stackusage
parent1d8fdabe19267338f29b58f968499e5b55e6a3b6 (diff)
downloadkernel-f9381ece76de999a2065d5b4fdd87fa17883978c.tar.gz
iio: dac: ad5360: use int type to store negative error codes
Change the 'ret' variable in ad5360_update_ctrl() from unsigned int to int, as it needs to store either negative error codes or zero returned by ad5360_write_unlocked(). Fixes: a3e2940c24d3 ("staging:iio:dac: Add AD5360 driver") Signed-off-by: Qianfeng Rong <rongqianfeng@vivo.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com> Link: https://patch.msgid.link/20250901135726.17601-2-rongqianfeng@vivo.com Cc: <Stable@vger.kernel.org> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions
l/probes?id=8c28d52ccd1d6e3a5aca8a37e465a5f8b77edbc1'>arm64: sync_icache_aliases to take end parameter instead of sizeFuad Tabba 2021-04-26Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds 2021-04-13arm64/kernel/probes: Use BUG_ON instead of if condition followed by BUG.zhouchuangao 2021-04-13arm64: kprobes: Restore local irqflag if kprobes is cancelledJisheng Zhang 2021-02-26Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds 2021-02-23arm64: uprobe: Return EOPNOTSUPP for AARCH32 instruction probingHe Zhe 2021-01-22arm64: kprobes: Fix Uexpected kernel BRK exception at EL1Qais Yousef 2021-01-13arm64: rename S_FRAME_SIZE to PT_REGS_SIZEJianlin Lv 2020-11-10arm64: kprobes: Remove redundant kprobe_step_ctxMasami Hiramatsu 2020-11-03arm64: kprobes: Use BRK instead of single-step when executing instructions ou...Jean-Philippe Brucker 2020-10-12Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds 2020-09-14arm64: kprobe: clarify the comment of steppable hint instructionsAmit Daniel Kachhap 2020-09-14arm64: kprobe: add checks for ARMv8.3-PAuth combined instructionsAmit Daniel Kachhap 2020-09-08arm64: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu 2020-07-03vmalloc: fix the owner argument for the new __vmalloc_node_range callersChristoph Hellwig 2020-06-26arm64: use PAGE_KERNEL_ROX directly in alloc_insn_pageChristoph Hellwig 2020-05-05Merge branches 'for-next/asm' and 'for-next/insn' into for-next/btiWill Deacon 2020-05-04arm64: insn: Provide a better name for aarch64_insn_is_nop()Mark Brown 2020-05-04arm64: kernel: Convert to modern annotations for assembly functionsMark Brown