]> Git Repo - qemu.git/blobdiff - hw/net/lance.c
Drop more @errp parameters after previous commit
[qemu.git] / hw / net / lance.c
index 688724db0b1936fb08f4389d85e74a212f8e9a21..4c5f01baad9c713438e39a52f48d30620e8bd7cd 100644 (file)
@@ -134,7 +134,7 @@ static void lance_instance_init(Object *obj)
 
     device_add_bootindex_property(obj, &s->conf.bootindex,
                                   "bootindex", "/ethernet-phy@0",
-                                  DEVICE(obj), NULL);
+                                  DEVICE(obj));
 }
 
 static Property lance_properties[] = {
This page took 0.022954 seconds and 4 git commands to generate.