From: Dan Carpenter Date: Thu, 9 Jan 2014 05:44:29 +0000 (+0300) Subject: staging: bcm: clean up a type issue in ConfigureEndPointTypesThroughEEPROM() X-Git-Tag: v3.14-rc1~150^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fe526e145e281f0fe0447bbef58444bddb5de2b;p=pandora-kernel.git staging: bcm: clean up a type issue in ConfigureEndPointTypesThroughEEPROM() We only ever set the highest 4 bytes of ulReg. This would cause a problem on big endian systems. The type should be u32 instead of unsigned long. Signed-off-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed