Re: [PATCH v2 1/9] dump: Use ERRP_GUARD()

2022-03-11 Thread Richard Henderson
On 3/10/22 03:08, Janosch Frank wrote: Let's move to the new way of handling errors before changing the dump code. This patch has mostly been generated by the coccinelle script scripts/coccinelle/errp-guard.cocci. Signed-off-by: Janosch Frank --- dump/dump.c | 144 ++---

[PATCH v2 1/9] dump: Use ERRP_GUARD()

2022-03-10 Thread Janosch Frank
Let's move to the new way of handling errors before changing the dump code. This patch has mostly been generated by the coccinelle script scripts/coccinelle/errp-guard.cocci. Signed-off-by: Janosch Frank --- dump/dump.c | 144 ++-- 1 file changed,