From: Scott Wood Date: Thu, 12 Mar 2015 21:46:01 +0000 (-0500) Subject: usb: gadget: serial: %pf is only for function pointers X-Git-Tag: omap-for-v4.1/fixes-rc1~167^2~55^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16d9efa4b3db0ab69605ff4d03d707d0210f4bf7;p=pandora-kernel.git usb: gadget: serial: %pf is only for function pointers Use %ps for actual addresses, otherwise you'll get bad output on arches like ppc64 where %pf expects a function descriptor (which is not what __builtin_return_address returns). Reviewed-by: Fabio Estevam Signed-off-by: Scott Wood Cc: linux-usb@vger.kernel.org CC: Sergei Shtylyov Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed