Re: [PATCH] fddi: print an address with %p format specifier rather than %x

2015-06-07 Thread David Miller
From: Colin King Date: Fri, 5 Jun 2015 19:19:11 +0100 > From: Colin Ian King > > The debug is printing the struct smt_header * address using > the %x format specifier. Fix it to use %p instead. > > Signed-off-by: Colin Ian King Applied, thanks. -- To unsubscribe from this list: send the lin

[PATCH] fddi: print an address with %p format specifier rather than %x

2015-06-05 Thread Colin King
From: Colin Ian King The debug is printing the struct smt_header * address using the %x format specifier. Fix it to use %p instead. Signed-off-by: Colin Ian King --- drivers/net/fddi/skfp/srf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/fddi/skfp/srf.c b/dr