02e0ecb42c
Mechanical change using the following coccinelle script: @@ expression mr, owner, arg3, arg4, errp; @@ - memory_region_init_ram_nomigrate(mr, owner, arg3, arg4, &errp); if ( - errp + !memory_region_init_ram_nomigrate(mr, owner, arg3, arg4, &errp) ) { ... return; } and removing the local Error variable. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Gavin Shan <gshan@redhat.com> Message-Id: <20231120213301.24349-23-philmd@linaro.org> |
||
---|---|---|
.. | ||
Kconfig | ||
meson.build | ||
niagara.c | ||
sparc64.c | ||
sun4u_iommu.c | ||
sun4u.c | ||
trace-events | ||
trace.h |