From 3f6c925f37cd8a1dddb8a8fbbcef4630ea347775 Mon Sep 17 00:00:00 2001 From: balrog Date: Wed, 23 May 2007 22:21:27 +0000 Subject: Use i2c_slave_init() to allocate the PXA (dummy) I2C slave. Hush the warning: hw/pc.c:402: warning: control reaches end of non-void function git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2856 c046a42c-6fe2-441c-8c8c-71466251a162 --- hw/pxa2xx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/pxa2xx.c') diff --git a/hw/pxa2xx.c b/hw/pxa2xx.c index 913c0bd764..03f4b47316 100644 --- a/hw/pxa2xx.c +++ b/hw/pxa2xx.c @@ -1294,7 +1294,7 @@ struct pxa2xx_i2c_s *pxa2xx_i2c_init(target_phys_addr_t base, { int iomemtype; struct pxa2xx_i2c_s *s = (struct pxa2xx_i2c_s *) - qemu_mallocz(sizeof(struct pxa2xx_i2c_s)); + i2c_slave_init(i2c_init_bus(), 0, sizeof(struct pxa2xx_i2c_s)); s->base = base; s->irq = irq; -- cgit v1.2.1