OSDN Git Service

Fix openbsd_pci.c:pci_device_vgaarb_set_target();
authorThordur Bjornsson <thib@secnorth.net>
Wed, 14 Mar 2012 13:45:52 +0000 (14:45 +0100)
committerMatthieu Herrb <matthieu.herrb@laas.fr>
Wed, 14 Mar 2012 20:51:33 +0000 (21:51 +0100)
A return (0) got lost, add it back.

Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>
Reviewed-by: Mark Kettenis <mark.kettenis@xs4all.nl>
src/openbsd_pci.c

index 74b3636..73c68f4 100644 (file)
@@ -733,6 +733,7 @@ int
 pci_device_vgaarb_set_target(struct pci_device *dev)
 {
        pci_sys->vga_target = dev;
+       return (0);
 }
 
 int