]> xenbits.xensource.com Git - qemu-xen-4.0-testing.git/commit
hw/pass-through.c: pt_unregister_regions returns void
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 18 Jul 2008 15:02:23 +0000 (16:02 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 18 Jul 2008 15:02:23 +0000 (16:02 +0100)
commit30f00a0284a5ee356de6f6095e52173f2234145b
tree3858f5517b153d2d1d6994428244f412c9735855
parentc67e1423c0a8a28d7f5a70deac50c2b5fa7032b7
hw/pass-through.c: pt_unregister_regions returns void

It only ever falls off the end, and its return value is not used
by its one caller.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
hw/pass-through.c