linux/drivers/ras/amd/atl
Sang-Heon Jeon 0c4775d3a7 RAS/AMD/ATL: Remove conditional return with no effect
Both branches of the check return the same value, so the check has no effect.
Remove it and return the value directly.

This is the result of running the Coccinelle script from
scripts/coccinelle/misc/cond_return_no_effect.cocci.

Signed-off-by: Sang-Heon Jeon <ekffu200098@gmail.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://patch.msgid.link/20260723184538.3888637-28-ekffu200098@gmail.com
2026-07-23 12:23:05 -07:00
..
access.c RAS/AMD/ATL: Add debug prints for DF register reads 2024-10-22 18:55:57 +02:00
core.c RAS/AMD/ATL, EDAC/amd64: Only load ATL when needed 2026-07-07 19:45:05 -07:00
dehash.c RAS/AMD/ATL: Validate address map when information is gathered 2024-06-09 23:43:51 +02:00
denormalize.c RAS/AMD/ATL: Remove an unneeded semicolon 2025-12-29 15:30:02 +01:00
internal.h RAS/AMD/ATL: Require PRM support for future systems 2025-10-27 19:56:41 +01:00
Kconfig RAS/AMD/ATL: Drop malformed default N from Kconfig 2026-05-14 13:24:51 +02:00
Makefile RAS/AMD/ATL: Translate normalized to system physical addresses using PRM 2024-08-01 14:36:29 +02:00
map.c RAS/AMD/ATL: Remove conditional return with no effect 2026-07-23 12:23:05 -07:00
prm.c RAS/AMD/ATL: Require PRM support for future systems 2025-10-27 19:56:41 +01:00
reg_fields.h
system.c RAS/AMD/ATL: Require PRM support for future systems 2025-10-27 19:56:41 +01:00
umc.c RAS/AMD/ATL: Replace bitwise_xor_bits() with hweight16() 2025-11-24 17:00:37 +01:00