From: Hans de Goede <hdegoede@redhat.com>
To: "Rafael J. Wysocki" <rjw@rjwysocki.net>, Aaron Lu <aaron.lu@intel.com>
Cc: Zhang Rui <rui.zhang@intel.com>, Len Brown <lenb@kernel.org>,
linux-acpi@vger.kernel.org
Subject: Re: [PATCH v3 1/3] xhci: Log ep-index and comp-code on TRB DMA ptr not part of current TD
Date: Mon, 14 Jul 2014 14:36:38 +0200 [thread overview]
Message-ID: <53C3CED6.3080805@redhat.com> (raw)
In-Reply-To: <1405341351-32679-1-git-send-email-hdegoede@redhat.com>
I did not intend to send this patch to you all, sorry, please ignore.
On 07/14/2014 02:35 PM, Hans de Goede wrote:
> These errors should never happen, so lets add some extra info when they happen
> to make figuring out what is going on easier.
>
> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
> ---
> drivers/usb/host/xhci-ring.c | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/usb/host/xhci-ring.c b/drivers/usb/host/xhci-ring.c
> index 749fc68..5542dfe 100644
> --- a/drivers/usb/host/xhci-ring.c
> +++ b/drivers/usb/host/xhci-ring.c
> @@ -2504,7 +2504,9 @@ static int handle_tx_event(struct xhci_hcd *xhci,
> /* HC is busted, give up! */
> xhci_err(xhci,
> "ERROR Transfer event TRB DMA ptr not "
> - "part of current TD\n");
> + "part of current TD ep_index %d "
> + "comp_code %u\n", ep_index,
> + trb_comp_code);
> return -ESHUTDOWN;
> }
>
>
prev parent reply other threads:[~2014-07-14 12:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-14 12:35 [PATCH v3 1/3] xhci: Log ep-index and comp-code on TRB DMA ptr not part of current TD Hans de Goede
2014-07-14 12:36 ` Hans de Goede [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=53C3CED6.3080805@redhat.com \
--to=hdegoede@redhat.com \
--cc=aaron.lu@intel.com \
--cc=lenb@kernel.org \
--cc=linux-acpi@vger.kernel.org \
--cc=rjw@rjwysocki.net \
--cc=rui.zhang@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.