]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/acpi: use existing references to pci device struct within functions
authorAni Sinha <ani@anisinha.ca>
Wed, 25 Aug 2021 03:19:46 +0000 (08:49 +0530)
committerMichael S. Tsirkin <mst@redhat.com>
Sat, 4 Sep 2021 21:34:05 +0000 (17:34 -0400)
commit028f1a88ab1fff40aa134192da609943f7f67a5e
tree37540baaacf3c57b040882a6a96241aebddf0f31
parent6c1ebe75ae7a9f873c40b9582d7f14c6fe4129ea
hw/acpi: use existing references to pci device struct within functions

There is no need to use fresh typecasts to get references to pci device structs
when there is an existing reference to pci device struct. Use existing reference.
Minor cleanup.

Signed-off-by: Ani Sinha <ani@anisinha.ca>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20210825031949.919376-3-ani@anisinha.ca>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/acpi/pcihp.c