pxa2xx: Avoid object_get_link_property() assertion for "parent_bus"
commitbe2f78b6b062eec5170e2612299fb8953046993f
authorAndreas Färber <afaerber@suse.de>
Sun, 4 Aug 2013 13:05:01 +0000 (4 15:05 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 5 Aug 2013 16:46:58 +0000 (5 11:46 -0500)
tree95d025e42b7dfdf9766d0c02b69d27b7919d7f35
parent03a15a5436ed7723f406f15cc3798aa9991e75b5
pxa2xx: Avoid object_get_link_property() assertion for "parent_bus"

pxa2xx_i2c_init() creates a pxa2xx-i2c-slave device on a second i2c-bus,
which has a NULL parent device. This causes an assertion in
object_get_canonical_path() when accessing pxa2xx-i2c-slave's
"parent_bus" link<bus> property in tosa and likely other PXA2xx machines.

Fix this by using the pxa2xx_i2c device, created just before, as parent.

Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Message-id: 1375621501-5564-1-git-send-email-afaerber@suse.de
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/arm/pxa2xx.c