From: Mathias Nyman Date: Tue, 24 Feb 2015 16:27:01 +0000 (+0200) Subject: xhci: Allocate correct amount of scratchpad buffers X-Git-Tag: omap-for-v4.1/wl12xx-dt~45^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6596a926b0b6c80b730a1dd2fa91908e0a539c37;p=pandora-kernel.git xhci: Allocate correct amount of scratchpad buffers Include the high order bit fields for Max scratchpad buffers when calculating how many scratchpad buffers are needed. I'm suprised this hasn't caused more issues, we never allocated more than 32 buffers even if xhci needed more. Either we got lucky and xhci never really used past that area, or then we got enough zeroed dma memory anyway. Should be backported as far back as possible Reported-by: Tim Chen Tested-by: Tim Chen Signed-off-by: Mathias Nyman Cc: Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed