mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02:00
Return value of ps3_start_probe_thread() is not used, so code can be simplified to fix W=1 clang warnings: arch/powerpc/platforms/ps3/device-init.c:953:6: error: variable 'result' set but not used [-Werror,-Wunused-but-set-variable] Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com> Link: https://patch.msgid.link/20260317130823.240279-3-krzysztof.kozlowski@oss.qualcomm.com |
||
|---|---|---|
| .. | ||
| device-init.c | ||
| exports.c | ||
| gelic_udbg.c | ||
| htab.c | ||
| hvcall.S | ||
| interrupt.c | ||
| Kconfig | ||
| Makefile | ||
| mm.c | ||
| os-area.c | ||
| platform.h | ||
| repository.c | ||
| setup.c | ||
| smp.c | ||
| spu.c | ||
| system-bus.c | ||
| time.c | ||