hw/usb: fix const-ness for string params in MTP driver
commit888e0359bff48720b96599270ad7992e272b8a19
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 15 Jun 2018 15:11:51 +0000 (15 16:11 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Tue, 26 Feb 2019 15:25:58 +0000 (26 15:25 +0000)
treecbe70f2a1b83840aa9274ad164ba814308b4677e
parent3c48baf1d43ca0f9a74f5a9e5286fde81da97021
hw/usb: fix const-ness for string params in MTP driver

Various functions accepting 'char *' string parameters were missing
'const' qualifiers.

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
hw/usb/dev-mtp.c