Hi Ben,

Ben Hutchings wrote:

> I'm trying to apply:
>
> commit b63f4053cc8aa22a98e3f9a97845afe6c15d0a0d
[...]
> to 3.2.y.  A simple cherry-pick doesn't compile because the inc_deq()
> function requires a 3rd argument ('consumer')

In v3.4-rc1~184^2~21^2~9 (xHCI: store ring's type, 2012-03-05)
consumer was replaced by the boolean value (ring->type == TYPE_EVENT).
In b63f4053 the ring is xhci->cmd_ring which has type TYPE_COMMAND, so
consumer should be false.

Thanks,
Jonathan
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to