On Thu, Mar 12, 2015 at 6:46 PM, Scott Wood wrote:
> 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).
>
> Signed-off-by: Scott Wood
> Cc: linux-usb@vger.kernel.org
>
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).
Signed-off-by: Scott Wood
Cc: linux-usb@vger.kernel.org
Cc: Felipe Balbi
Cc: Fabio Estevam
CC: Sergei Shtylyov
---
v2