On Fri, 22 Apr 2022 at 14:42, BALATON Zoltan <bala...@eik.bme.hu> wrote: > > Several functions have a local variable that is just a copy of one of > the function parameters. This is unneeded complication so just get rid > of these. > > Signed-off-by: BALATON Zoltan <bala...@eik.bme.hu> > --- > hw/audio/ac97.c | 102 +++++++++++++++++++++++------------------------- > 1 file changed, 49 insertions(+), 53 deletions(-)
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM