pxa2xx: fix vmstate_pxa2xx_i2c
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Thu, 13 Jan 2011 15:37:12 +0000 (18:37 +0300)
committerAurelien Jarno <aurelien@aurel32.net>
Thu, 20 Jan 2011 11:37:21 +0000 (12:37 +0100)
commitf69866ea32f4e1f54bc14e3b4fa3d7e79754a205
tree9bbdd00acd3009f1fa55ceec1a38160d27a3f374
parentaa9438d9f8a19258514c5cc238d2494a2572ff58
pxa2xx: fix vmstate_pxa2xx_i2c

vmstate_pxa2xx_i2c incorrectly recursed to itself instead of going
to store slave device. Fix that stop stop qemu from segfaulting
during savevm for pxa2xx-based devices.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
hw/pxa2xx.c