commit | c8f2efc8f636506e0f0c2ba4035382076875f0c1 | [log] [tgz] |
---|---|---|
author | Xenia Ragiadakou <burzalodowa@gmail.com> | Sat Aug 31 18:09:14 2013 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Sep 17 09:49:24 2013 -0700 |
tree | dfb390f7a2da63976ce2dbfcafc3007ca6e0c41c | |
parent | 4d96799524159f7c3e774a7b45a308780a26dc4d [diff] |
usbcore: fix read of usbdevfs_ctrltransfer fields in proc_control() Urb fields are stored in struct usbdevfs_ctrltransfer in CPU byteorder and not in little endian, so there is no need to be converted. This bug was reported by sparse. Signed-off-by: Xenia Ragiadakou <burzalodowa@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>