]> git.proxmox.com Git - mirror_qemu.git/commit
cs4231: Get rid of empty property array
authorEduardo Habkost <ehabkost@redhat.com>
Fri, 11 Dec 2020 22:04:58 +0000 (17:04 -0500)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 15 Dec 2020 08:21:09 +0000 (09:21 +0100)
commit44ba6039375615135bb82e9094c43a1cbeb75660
treefe2d7dc8136555f5eee7861da4f927d8f62a02c1
parentba6371b0c374053163a9840a2df05d09848db57a
cs4231: Get rid of empty property array

An empty props array is unnecessary, we can just not call
device_class_set_props().

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Message-id: 20201211220529.2290218-2-ehabkost@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/audio/cs4231.c