From: Randy Dunlap Date: Thu, 11 Aug 2011 20:57:07 +0000 (-0700) Subject: xen-swiotlb: fix printk and panic args X-Git-Tag: v3.2-rc1~192^4~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61ca79831ce52c23b3a130f3c2351751e00e0ac9;p=pandora-kernel.git xen-swiotlb: fix printk and panic args Fix printk() and panic() args [swap them] to fix build warnings: drivers/xen/swiotlb-xen.c:201: warning: format '%s' expects type 'char *', but argument 2 has type 'int' drivers/xen/swiotlb-xen.c:201: warning: format '%d' expects type 'int', but argument 3 has type 'char *' drivers/xen/swiotlb-xen.c:202: warning: format '%s' expects type 'char *', but argument 2 has type 'int' drivers/xen/swiotlb-xen.c:202: warning: format '%d' expects type 'int', but argument 3 has type 'char *' Signed-off-by: Randy Dunlap Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed