USB: make usb_iso_packet_descriptor.status signed
authorPete Zaitcev <zaitcev@redhat.com>
Sun, 11 Feb 2007 21:56:13 +0000 (13:56 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 16 Feb 2007 23:32:21 +0000 (15:32 -0800)
commitd1bbb60007597b920beca72cd0b413d10290310a
tree9a02b8d87736545422e22898e4560db979de6557
parent8356f3113d2628c98a58180ca183345474a9d011
USB: make usb_iso_packet_descriptor.status signed

The status in usb_iso_packet_descriptor should be signed, for the benefit
of someone who casts to a long or makes other benign misstep (the principle
of least surprise).

Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/linux/usb.h