virtio_pci: fixes the build and an unused variable warning.

This commit is contained in:
Jérôme Duval
2013-10-01 19:48:45 +02:00
parent c48c3f88a9
commit 1b63e0a3a8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,5 +7,5 @@ UsePrivateHeaders kernel virtio ;
KernelAddon virtio_pci :
virtio_pci.cpp
: $(HAIKU_KERNEL_LIBSUPC++)
: $(TARGET_KERNEL_LIBSUPC++)
;
@@ -455,7 +455,7 @@ init_bus(device_node* node, void** bus_cookie)
bus->pci, bus->device);
*bus_cookie = bus;
return B_OK;
return status;
}