Home
last modified time | relevance | path

Searched hist:"8 c209e67" (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/usb/serial/
H A Dftdi_sio.c8c209e67 Fri Mar 06 23:31:03 CST 2009 Greg Kroah-Hartman <gregkh@suse.de> USB: make actual_length in struct urb field u32

actual_length should also be a u32 and not a signed value. 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@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
8c209e67 Fri Mar 06 23:31:03 CST 2009 Greg Kroah-Hartman <gregkh@suse.de> USB: make actual_length in struct urb field u32

actual_length should also be a u32 and not a signed value. 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@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/openbmc/linux/include/linux/
H A Dusb.h8c209e67 Fri Mar 06 23:31:03 CST 2009 Greg Kroah-Hartman <gregkh@suse.de> USB: make actual_length in struct urb field u32

actual_length should also be a u32 and not a signed value. 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@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
8c209e67 Fri Mar 06 23:31:03 CST 2009 Greg Kroah-Hartman <gregkh@suse.de> USB: make actual_length in struct urb field u32

actual_length should also be a u32 and not a signed value. 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@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>