Dan Carpenter <[email protected]> writes:

> The intent here was to have parenthesis around the (ci->hw_ep_max / 2)
> so that it counts like "0 1 2 0 1 2".  In the current code, the mod
> operation happens first so it counts like "0 0 1 1 2 2".
>
> Signed-off-by: Dan Carpenter <[email protected]>

Thanks, I added this one on top of my debug cleanup patchset [1].

[1] http://marc.info/?l=linux-usb&m=135902438408860&w=2

Regards,
--
Alex
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to