Re: [PATCH v2] drivers/base/memory: Use array to show memory block state
From: David Hildenbrand
Date: Mon Jan 23 2023 - 05:34:21 EST
On 21.01.23 00:38, Gavin Shan wrote:
Use an array to show memory block state from '/sys/devices/system/
memory/memoryX/state', to simplify the code. Besides, WARN_ON()
is removed since the warning can be caught by the return value,
which is "ERROR-UNKNOWN-%ld\n". A system reboot caused by WARN_ON()
is definitely unexpected as Greg mentioned.
No functional change intended.
Signed-off-by: Gavin Shan <gshan@xxxxxxxxxx>
---
Reviewed-by: David Hildenbrand <david@xxxxxxxxxx>
--
Thanks,
David / dhildenb