1. 22 11月, 2014 3 次提交
  2. 19 11月, 2014 4 次提交
  3. 11 11月, 2014 1 次提交
    • F
      usb: dwc3: ep0: fix for dead code · 520fe763
      Felipe Balbi 提交于
      commit 6856d30c (usb: dwc3: ep0: return early
      on NULL requests) tried to fix a minor corner
      case where we could dereference a NULL pointer
      but it also ended up introducing some dead code.
      
      Unfortunately, that dead code, if reached, could
      end up starving the endpoint request list because
      a request would never be given back when it should.
      
      Fix this by moving the check for empty request list
      before its first use.
      Reported-by: NDave Jones <davej@redhat.com>
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      520fe763
  4. 10 11月, 2014 1 次提交
  5. 07 11月, 2014 1 次提交
  6. 06 11月, 2014 3 次提交
  7. 04 11月, 2014 16 次提交
  8. 03 11月, 2014 2 次提交
  9. 28 10月, 2014 1 次提交
  10. 27 10月, 2014 1 次提交
  11. 24 10月, 2014 5 次提交
  12. 23 10月, 2014 2 次提交