Hello.
On 3/12/2015 6:13 AM, Scott Wood wrote:
Use %pS for actual addresses, otherwise you'll get bad output
%pS or %ps?
on arches like ppc64 where %pF expects a function descriptor.
%pF or %pf? And what is a function descriptor?
Signed-off-by: Scott Wood <[email protected]>
Cc: [email protected]
Cc: Felipe Balbi <[email protected]>
[...]
diff --git a/drivers/usb/gadget/function/u_serial.c
b/drivers/usb/gadget/function/u_serial.c
index 491082a..89179ab 100644
--- a/drivers/usb/gadget/function/u_serial.c
+++ b/drivers/usb/gadget/function/u_serial.c
@@ -912,7 +912,7 @@ static int gs_put_char(struct tty_struct *tty, unsigned
char ch)
unsigned long flags;
int status;
- pr_vdebug("gs_put_char: (%d,%p) char=0x%x, called from %pf\n",
+ pr_vdebug("gs_put_char: (%d,%p) char=0x%x, called from %ps\n",
port->port_num, tty, ch, __builtin_return_address(0));
[...]
WBR, Sergei
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/