Re: [PATCH v1 3/5] soc: qcom: memory_dump: Add memory dump driver
From: Zhenhua Huang
Date: Tue Oct 24 2023 - 06:57:37 EST
On 2023/10/23 20:53, Krzysztof Kozlowski wrote:
It's not same as below case. Allocation is successful here, while the
driver used more than allocated size.
$ man errno
ENOMEM means: Not enough space/cannot allocate memory
I think "Not enough space" should be applicable here?
Thanks,
Zhenhua