X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=hw%2Fmisc%2Ftmp105.c;h=58dbebca905622ea958b0c8f53f4d32c7fe76669;hb=d2623129a7dec1d3041ad1221dda1ca49c667532;hp=75ddad3a12d0a7fa65547a6a19fae041769e500a;hpb=9f742c28f52d55ff83dc441a0cea365239a4906d;p=mirror_qemu.git diff --git a/hw/misc/tmp105.c b/hw/misc/tmp105.c index 75ddad3a12..58dbebca90 100644 --- a/hw/misc/tmp105.c +++ b/hw/misc/tmp105.c @@ -245,7 +245,7 @@ static void tmp105_initfn(Object *obj) { object_property_add(obj, "temperature", "int", tmp105_get_temperature, - tmp105_set_temperature, NULL, NULL, NULL); + tmp105_set_temperature, NULL, NULL); } static void tmp105_class_init(ObjectClass *klass, void *data)