From: Thomas Richter Date: Wed, 22 Oct 2014 10:18:03 +0000 (+0200) Subject: qeth: fix some trace formating issues X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~345^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a5931484853c161801be9fd6824881824cd834e;p=pandora-kernel.git qeth: fix some trace formating issues This patch fixes trace formatting issues using the QETH_CARD_TEXT_ macro. The total size of each trace entry is 8 bytes. Some of the sprintf formats exceed these 8 bytes (for example using abcd:%d and the converted value needs more than 3 bytes). The solution is to shorten the text prepending the value or use a different format (%x). Signed-off-by: Thomas Richter Signed-off-by: Frank Blaschka Signed-off-by: David S. Miller --- Reading git-diff-tree failed