Revert "xhci: Fix number of streams allocated when using streams"
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 29 Aug 2014 10:40:55 +0000 (12:40 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 29 Aug 2014 10:51:44 +0000 (12:51 +0200)
commitf90e160b502fb5c464eb9417ac075a78f13e9801
tree75337426b91f9fded69ed3d0f452fcfcffec1f17
parent3d80365b5558eb1b0a8374362c41570c37a4aba9
Revert "xhci: Fix number of streams allocated when using streams"

This reverts commit d063c3112c4cd23a479ee18720c2bd119da2d315.

"2 << x" is the same as "2 ^ (x + 1)", so the old code is correct.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/hcd-xhci.c