Skip to content

Commit

Permalink
ehci: drop pointless warn_report for guest bugs.
Browse files Browse the repository at this point in the history
We have a tracepoint at the same place which can be enabled if needed.

Buglink: https://bugzilla.redhat.com//show_bug.cgi?id=1859236
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200722072613.10390-1-kraxel@redhat.com>
  • Loading branch information
kraxel committed Aug 31, 2020
1 parent 2fdb42d commit 10b2d90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hw/usb/hcd-ehci.c
Expand Up @@ -352,7 +352,6 @@ static void ehci_trace_sitd(EHCIState *s, hwaddr addr,
static void ehci_trace_guest_bug(EHCIState *s, const char *message)
{
trace_usb_ehci_guest_bug(message);
warn_report("%s", message);
}

static inline bool ehci_enabled(EHCIState *s)
Expand Down

0 comments on commit 10b2d90

Please sign in to comment.