commit | d1bbb60007597b920beca72cd0b413d10290310a | [log] [tgz] |
---|---|---|
author | Pete Zaitcev <zaitcev@redhat.com> | Sun Feb 11 13:56:13 2007 -0800 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Feb 16 15:32:21 2007 -0800 |
tree | 9a02b8d87736545422e22898e4560db979de6557 | |
parent | 8356f3113d2628c98a58180ca183345474a9d011 [diff] |
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>