From e885439f37b0dce404291350f7c0368c2bb97cdb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Antoine=20T=C3=A9nart?= Date: Fri, 3 Oct 2014 17:08:19 +0200 Subject: [PATCH] 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-format-patch failed