]> git.proxmox.com Git - mirror_qemu.git/commit
ppc/pegasos2: Improve readability of VIA south bridge creation
authorBALATON Zoltan <balaton@eik.bme.hu>
Tue, 17 Jan 2023 21:36:42 +0000 (22:36 +0100)
committerDaniel Henrique Barboza <danielhb413@gmail.com>
Sun, 5 Feb 2023 09:40:28 +0000 (06:40 -0300)
commit65133e33eb8e60f27eff6c7c669f0920adf24c16
treee5f0b88e0b43b2dd8a9d8e5114de0790ced97f7a
parent8763196c2c1aa4128040964c31529936932754e0
ppc/pegasos2: Improve readability of VIA south bridge creation

Slightly improve readability of creating the south btidge by cnamging
type of a local variable to avoid some casts within function arguments
which makes some lines shorter and easier to read.
Also remove an unneded line break.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230117214545.5E191746369@zero.eik.bme.hu>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
hw/ppc/pegasos2.c