From: fangxiaozhi Date: Thu, 7 Feb 2013 07:32:07 +0000 (+0800) Subject: USB: storage: properly handle the endian issues of idProduct X-Git-Tag: v3.2.40~112 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0d26e575d02c5ff51a9fb6fbe79de6fe7a6dd58;p=pandora-kernel.git USB: storage: properly handle the endian issues of idProduct commit cd060956c5e97931c3909e4a808508469c0bb9f6 upstream. 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 Signed-off-by: Greg Kroah-Hartman Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed