commit | cd060956c5e97931c3909e4a808508469c0bb9f6 | [log] [tgz] |
---|---|---|
author | fangxiaozhi <huananhu@huawei.com> | Thu Feb 07 15:32:07 2013 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Feb 08 12:15:25 2013 -0800 |
tree | f13fd4c93dd17b108527b9a80b08b2cae90b6285 | |
parent | 9742aecda4d02976535051db4af4830bd98373a1 [diff] |
USB: storage: properly handle the endian issues of idProduct 1. The idProduct is little endian, so make sure its value to be compatible with the current CPU. Make no break on big endian processors. Signed-off-by: fangxiaozhi <huananhu@huawei.com> Cc: stable <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>