aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/clang-tools/gen_compile_commands.py
diff options
context:
space:
mode:
authorBibo Mao <[email protected]>2024-01-30 08:27:20 +0000
committerThomas Gleixner <[email protected]>2024-02-13 09:26:15 +0000
commitf1c2765c6afcd1f71f76ed8c9bf94acedab4cecb (patch)
treebabfcbf65e7d97fb61f5118df1d9fb23deb79a58 /scripts/clang-tools/gen_compile_commands.py
parentirqchip/irq-brcmstb-l2: Add write memory barrier before exit (diff)
downloadkernel-f1c2765c6afcd1f71f76ed8c9bf94acedab4cecb.tar.gz
kernel-f1c2765c6afcd1f71f76ed8c9bf94acedab4cecb.zip
irqchip/loongson-eiointc: Use correct struct type in eiointc_domain_alloc()
eiointc_domain_alloc() uses struct eiointc, which is not defined, for a pointer. Older compilers treat that as a forward declaration and due to assignment of a void pointer there is no warning emitted. As the variable is then handed in as a void pointer argument to irq_domain_set_info() the code is functional. Use struct eiointc_priv instead. [ tglx: Rewrote changelog ] Fixes: dd281e1a1a93 ("irqchip: Add Loongson Extended I/O interrupt controller support") Signed-off-by: Bibo Mao <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Acked-by: Huacai Chen <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/clang-tools/gen_compile_commands.py')
0 files changed, 0 insertions, 0 deletions