Re: [PATCH] plugins: Ensure register handles are not NULL

2024-05-31 Thread Alex Bennée
Akihiko Odaki writes: > Ensure register handles are not NULL so that a plugin can assume NULL is > invalid as a register handle. > > Signed-off-by: Akihiko Odaki Queued to plugins/next, thanks. -- Alex Bennée Virtualisation Tech Lead @ Linaro

[PATCH] plugins: Ensure register handles are not NULL

2024-02-29 Thread Akihiko Odaki
Ensure register handles are not NULL so that a plugin can assume NULL is invalid as a register handle. Signed-off-by: Akihiko Odaki --- plugins/api.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/api.c b/plugins/api.c index 81f43c9ce8a4..74e24f0697cd 100644 ---