Re: [PATCH 04/18] hw/audio/lm4549: Add errp error reporting to init function

2022-04-25 Thread Daniel P . Berrangé
On Mon, Apr 25, 2022 at 10:21:47AM +0200, Martin Kletzander wrote: > This will be used in future commit. > > Signed-off-by: Martin Kletzander > --- > hw/audio/lm4549.c | 3 ++- > hw/audio/lm4549.h | 3 ++- > hw/audio/pl041.c | 2 +- > 3 files changed, 5 insertions(+), 3 deletions(-)

[PATCH 04/18] hw/audio/lm4549: Add errp error reporting to init function

2022-04-25 Thread Martin Kletzander
This will be used in future commit. Signed-off-by: Martin Kletzander --- hw/audio/lm4549.c | 3 ++- hw/audio/lm4549.h | 3 ++- hw/audio/pl041.c | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/hw/audio/lm4549.c b/hw/audio/lm4549.c index 32b1481b5614..418041bc9c6c 100644