|
From: | Philippe Mathieu-Daudé |
Subject: | Re: [PATCH 5/7] hw/nvram/mac_nvram: Report failure to write data |
Date: | Tue, 12 Mar 2024 21:19:28 +0100 |
User-agent: | Mozilla Thunderbird |
On 12/3/24 19:38, Peter Maydell wrote:
There's no way for the macio_nvram device to report failure to write data, but we can at least report it to the user with error_report() as we do in other devices like xlnx-efuse. Spotted by Coverity. Resolves: Coverity CID 1507628 Signed-off-by: Peter Maydell <peter.maydell@linaro.org> --- hw/nvram/mac_nvram.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
[Prev in Thread] | Current Thread | [Next in Thread] |