Copying maintainer and -trivial. In the future, please copy maintainers. You can use "scripts/get_maintainer.pl --no-git-fallback" to find them.
SeokYeon Hwang <syeon.hw...@samsung.com> writes: > Signed-off-by: SeokYeon Hwang <syeon.hw...@samsung.com> > --- > hw/pci/pcie.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hw/pci/pcie.c b/hw/pci/pcie.c > index 58455bd..2902f7d 100644 > --- a/hw/pci/pcie.c > +++ b/hw/pci/pcie.c > @@ -229,7 +229,7 @@ static void pcie_cap_slot_hotplug_common(PCIDevice > *hotplug_dev, > /* the slot is electromechanically locked. > * This error is propagated up to qdev and then to HMP/QMP. > */ > - error_setg_errno(errp, -EBUSY, "slot is electromechanically locked"); > + error_setg_errno(errp, EBUSY, "slot is electromechanically locked"); > } > } Reviewed-by: Markus Armbruster <arm...@redhat.com>