spapr-vty: Use TYPE_ definition instead of hardcoding
commite275934d2dd44e38e0c6d53f9c22383d2ba57c17
authorDavid Gibson <david@gibson.dropbear.id.au>
Thu, 2 Jul 2015 06:23:25 +0000 (2 16:23 +1000)
committerAlexander Graf <agraf@suse.de>
Tue, 7 Jul 2015 15:44:53 +0000 (7 17:44 +0200)
tree32c8ae92f2d0c8bedb73a90b30422b1c23a6ce14
parent0f888bfaddfc5f55b0d82cde2e1164658a672375
spapr-vty: Use TYPE_ definition instead of hardcoding

There's a call to object_dynamic_cast() in spapr_vty which uses the type
name "spapr-vty" directly, instead of the usual idiom of using the #defined
TYPE_VIO_SPAPR_VTY_DEVICE.  Fix it.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Alexander Graf <agraf@suse.de>
hw/char/spapr_vty.c