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
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