usb: Simplify the parameter parsing of the legacy usb serial device
commite14935df26c2c10b3445b1910f4ff76f3fb1a1b1
authorThomas Huth <thuth@redhat.com>
Fri, 19 May 2017 07:00:04 +0000 (19 09:00 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 29 May 2017 12:03:35 +0000 (29 14:03 +0200)
treedc7ba29c4980976068387803d90b59e8a24cd984
parentb813bed1ab064e0198f68a9e745da3caaf9c8e47
usb: Simplify the parameter parsing of the legacy usb serial device

Coverity complains about the current code, so let's get rid of
the now unneeded while loop and simply always emit "unrecognized
serial USB option" for all unsupported options.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Message-id: 1495177204-16808-1-git-send-email-thuth@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/dev-serial.c