OSDN Git Service

hw: arm: musicpal: drop TYPE_WM8750 in object_property_set_link()
authorLi Qiang <liq3ea@gmail.com>
Thu, 13 Dec 2018 13:47:56 +0000 (13:47 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 13 Dec 2018 13:47:56 +0000 (13:47 +0000)
commitbd02b01454c16ca9c07eb7c82588d8b5d0cac9fa
treea31f7be04db1d7d953a568aa9fa26c4357670e9a
parent6145a6d84b3bf0f25935b88543febe076c61b0f4
hw: arm: musicpal: drop TYPE_WM8750 in object_property_set_link()

The third argument of object_property_set_link() is the name of
property, not related with the QOM type name, using the constant
string instead.

Signed-off-by: Li Qiang <liq3ea@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 1542880825-2604-1-git-send-email-liq3ea@gmail.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/musicpal.c