Hello. Greg KH wrote:
Roel Kluin pointed out that transfer_buffer_lengths in struct urb was
It's 'transfer_buffer_length'...
declared as an 'int'. This patch changes this field to be 'u32' to prevent any potential negative conversion and comparison errors. This triggered a few compiler warning messages when these fields were being used with the min macro, so they have also been fixed up in this patch. Cc: Roel Kluin <roel.kluin@xxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx>
WBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html