aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2024-02-29 22:50:10 +1100
committerHelge Deller <deller@gmx.de>2024-03-15 10:01:27 +0100
commit974191720ae76ba3613c4aa2301c297b4de27e46 (patch)
treebc0438f56093ed06259d65c9eed9d83195becbb5 /tools/perf/scripts/python/stackcollapse.py
parentfbdev: uvesafb: Convert sprintf/snprintf to sysfs_emit (diff)
downloadlinux-974191720ae76ba3613c4aa2301c297b4de27e46.tar.gz
linux-974191720ae76ba3613c4aa2301c297b4de27e46.zip
fbdev: mb862xxfb: Fix defined but not used error
socrates_gc_mode is defined at the top-level but then only used inside an #ifdef CONFIG_FB_MB862XX_LIME, leading to an error with some configs: drivers/video/fbdev/mb862xx/mb862xxfbdrv.c:36:31: error: ‘socrates_gc_mode’ defined but not used 36 | static struct mb862xx_gc_mode socrates_gc_mode = { Fix it by moving socrates_gc_mode inside that ifdef, immediately prior to the only function where it's used. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions
idt77252: remove redundant bit-wise or'ing of zeroColin Ian King1-8/+4 2018-02-23net_sched: gen_estimator: fix broken estimators based on percpu statsEric Dumazet1-0/+1 2018-02-23rds: rds_msg_zcopy should return error of null rm->data.op_mmp_znotifierSowmini Varadhan1-1/+2 2018-02-23r8169: simplify and improve check for dashHeiner Kallweit1-30/+9 2018-02-23r8169: disable WOL per defaultHeiner Kallweit1-2/+3 2018-02-23gianfar: simplify FCS handling and fix memory leakAndy Spencer1-16/+7 2018-02-23ipv6 sit: work around bogus gcc-8 -Wrestrict warningArnd Bergmann1-1/+1 2018-02-23macvlan: fix use-after-free in macvlan_common_newlink()Alexey Kodanev1-1/+1 2018-02-23bpf: NULL pointer check is not needed in BPF_CGROUP_RUN_PROG_INET_SOCKYafang Shao1-1/+1 2018-02-23arm64: fix unwind_frame() for filtered out fn for function graph tracingPratyush Anand3-2/+7 2018-02-22integrity/security: fix digsig.c build error with header fileRandy Dunlap1-0/+1 2018-02-22MIPS: boot: Define __ASSEMBLY__ for its.S buildKees Cook1-0/+1 2018-02-22bpf, arm64: fix out of bounds access in tail callDaniel Borkmann2-2/+29 2018-02-22bpf, x64: implement retpoline for tail callDaniel Borkmann2-4/+42 2018-02-22fs/signalfd: fix build error for BUS_MCEERR_ARRandy Dunlap1-3/+12 2018-02-22rxrpc: Fix send in rxrpc_send_data_packet()David Howells1-1/+1 2018-02-22dsa: ptp: mark dummy helpers as 'inline'Arnd Bergmann2-6/+6 2018-02-22net: aquantia: Fix error handling in aq_pci_probe()Dan Carpenter1-4/+10 2018-02-22bpf: fix rcu lockdep warning for lpm_trie map_free callbackYonghong Song1-2/+1 2018-02-22bpf: add schedule points in percpu arrays managementEric Dumazet1-1/+4 2018-02-22nfp: advertise firmware for mixed 10G/25G modeDirk van der Merwe1-0/+1