3.12.1 Virt dev invalid for slot_id 0x1 from drivers/usb/host/xhci.c

2013-11-25 Thread Shuah Khan
I started seeing the following on my Samsung Series on 3.12.1 Is this bad? Looks like the following WARN_ON is firing: drivers/usb/host/xhci.c: if (WARN_ON(!virt_dev)) { /* * In plug/unplug torture test with an NEC controller, * a zero-d

Re: 3.12.1 Virt dev invalid for slot_id 0x1 from drivers/usb/host/xhci.c

2013-11-27 Thread Sarah Sharp
On Mon, Nov 25, 2013 at 11:41:47AM -0700, Shuah Khan wrote: > I started seeing the following on my Samsung Series on 3.12.1 > > Is this bad? Looks like the following WARN_ON is firing: > > drivers/usb/host/xhci.c: > > if (WARN_ON(!virt_dev)) { > /* > * In

Re: 3.12.1 Virt dev invalid for slot_id 0x1 from drivers/usb/host/xhci.c

2013-11-27 Thread Shuah Khan
On 11/27/2013 02:59 PM, Sarah Sharp wrote: On Mon, Nov 25, 2013 at 11:41:47AM -0700, Shuah Khan wrote: I started seeing the following on my Samsung Series on 3.12.1 Is this bad? Looks like the following WARN_ON is firing: drivers/usb/host/xhci.c: if (WARN_ON(!virt_dev)) {

Re: 3.12.1 Virt dev invalid for slot_id 0x1 from drivers/usb/host/xhci.c

2013-12-02 Thread Sarah Sharp
On Wed, Nov 27, 2013 at 05:21:57PM -0700, Shuah Khan wrote: > On 11/27/2013 02:59 PM, Sarah Sharp wrote: > >On Mon, Nov 25, 2013 at 11:41:47AM -0700, Shuah Khan wrote: > >>I started seeing the following on my Samsung Series on 3.12.1 > >> > >>Is this bad? Looks like the following WARN_ON is firing: