Greg KH <gre...@linuxfoundation.org> writes:

> On Sat, Mar 30, 2013 at 02:46:25AM +0200, Alexander Shishkin wrote:
>> From: Dan Carpenter <dan.carpen...@oracle.com>
>> 
>> 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 <dan.carpen...@oracle.com>
>> [rebased on top of debug.c changes]
>
> Can you rebase this not on top of those changes, so I can take this
> now?

If by "those" you mean tracepoints, then you can kind of see that it has
nothing to do with tracepoints. This was rebased on top of the patch
that moves files from sysfs to debugfs and I'm keeping that one.

Regards,
--
Alex
--
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