> Il giorno 15 dic 2016, alle ore 03:52, Greg KH <gre...@linuxfoundation.org> 
> ha scritto:
> 
>> On Wed, Dec 14, 2016 at 09:11:08PM -0800, Mateusz Berezecki wrote:
>> Promote a variable keeping track of USB transfer memory usage to a
>> wider data type and allow for higher bandwidth transfers from a large
>> number of USB devices connected to a single host.
>> 
>> Signed-off-by: Mateusz Berezecki <mateu...@fastmail.fm>
>> ---
>> drivers/usb/core/devio.c | 43 ++++++++++++++++---------------------------
>> 1 file changed, 16 insertions(+), 27 deletions(-)
> 
> What changed from v1? Please always put that below the --- line.

Sorry, I wasn't quite sure how handle this.

What changed is a concept and correctness. Previously, I kept a constant that 
was no longer needed as the variable can't overflow anymore and the constant 
was used for overflow checks. 

Thanks
Mateusz

> 
> thanks,
> 
> greg k-h

--
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