From: Eduardo Habkost Date: Wed, 2 Sep 2020 22:42:09 +0000 (-0400) Subject: gpex: Fix type checking function name X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=755cfed0071496687493ac09b4746be0d17327ba;p=qemu.git gpex: Fix type checking function name This looks like a copy/paste mistake: the instance type checking macro for TYPE_GPEX_ROOT_DEVICE was named MCH_PCI_DEVICE. Signed-off-by: Eduardo Habkost Reviewed-by: Philippe Mathieu-Daudé Message-Id: <20200902224311.1321159-2-ehabkost@redhat.com> Signed-off-by: Eduardo Habkost --- diff --git a/include/hw/pci-host/gpex.h b/include/hw/pci-host/gpex.h index e8432eced8..2f4e852eee 100644 --- a/include/hw/pci-host/gpex.h +++ b/include/hw/pci-host/gpex.h @@ -32,7 +32,7 @@ DECLARE_INSTANCE_CHECKER(GPEXHost, GPEX_HOST, #define TYPE_GPEX_ROOT_DEVICE "gpex-root" typedef struct GPEXRootState GPEXRootState; -DECLARE_INSTANCE_CHECKER(GPEXRootState, MCH_PCI_DEVICE, +DECLARE_INSTANCE_CHECKER(GPEXRootState, GPEX_ROOT_DEVICE, TYPE_GPEX_ROOT_DEVICE) #define GPEX_NUM_IRQS 4