From: Dan Carpenter Date: Wed, 29 Feb 2012 21:19:54 +0000 (+0000) Subject: enic: fix an endian bug in enic_probe() X-Git-Tag: v3.3-rc7~39^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=413708bbaf5c85c4c8a264145f7d6c3afcd97f99;p=pandora-kernel.git enic: fix an endian bug in enic_probe() "num_vfs" is a u32 but we only use the high 16 bits and the low 16bits are left as zero. That isn't a problem for little endian systems but it will break on big endian ones. Signed-off-by: Dan Carpenter Signed-off-by: David S. Miller --- Reading git-diff-tree failed