commit | fdd160c3088f7e7de033cd31f4d11f38fc24803d | [log] [tgz] |
---|---|---|
author | Thomas Pugliese <thomas.pugliese@gmail.com> | Fri Sep 27 15:33:35 2013 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Sep 30 18:55:04 2013 -0700 |
tree | 1f735cee320e9d3e1ff85f72a2137f87150d5d99 | |
parent | 864cf949981754c53de0a2efdc6c542c51d61328 [diff] |
usb: wusbcore: fix endianess issues when using dwTransferID Add a new function to get the xfer ID in little endian format (wa_xfer_id_le32), and use it instead of wa_xfer_id where appropriate. Signed-off-by: Thomas Pugliese <thomas.pugliese@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>