From: Antoine Ténart Date: Fri, 3 Oct 2014 15:08:19 +0000 (+0200) Subject: net: pxa168_eth: avoid using signed char for bitops X-Git-Tag: omap-for-v3.19/prcm-cleanup~141^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e885439f37b0dce404291350f7c0368c2bb97cdb;p=pandora-kernel.git net: pxa168_eth: avoid using signed char for bitops Signedness bugs may occur when using signed char for bitops, depending on if the highest bit is ever used. Signed-off-by: Antoine Tenart Reported-by: Dan Carpenter Signed-off-by: David S. Miller --- Reading git-diff-tree failed