summaryrefslogtreecommitdiff
path: root/drivers/net/fddi/skfp/pmf.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2016-12-21 16:03:23 +0000
committerDavid S. Miller <davem@davemloft.net>2016-12-21 15:34:51 -0500
commit551cde192343a10c8fbd57c4cc8f0c4b6cd307e4 (patch)
treecb5bbaf8660bbc58dfc38389cce30c7ff70dc5c5 /drivers/net/fddi/skfp/pmf.c
parent0a9648f1293966c838dc570da73c15a76f4c89d6 (diff)
net: fddi: skfp: use %p format specifier for addresses rather than %x
Trivial fix: Addresses should be printed using the %p format specifier rather than using %x. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/fddi/skfp/pmf.c')
-rw-r--r--drivers/net/fddi/skfp/pmf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/fddi/skfp/pmf.c b/drivers/net/fddi/skfp/pmf.c
index 441b4dc79450..52fa162a31e0 100644
--- a/drivers/net/fddi/skfp/pmf.c
+++ b/drivers/net/fddi/skfp/pmf.c
@@ -284,7 +284,7 @@ void smt_pmf_received_pack(struct s_smc *smc, SMbuf *mb, int local)
SMbuf *reply ;
sm = smtod(mb,struct smt_header *) ;
- DB_SMT("SMT: processing PMF frame at %x len %d\n",sm,mb->sm_len) ;
+ DB_SMT("SMT: processing PMF frame at %p len %d\n",sm,mb->sm_len) ;
#ifdef DEBUG
dump_smt(smc,sm,"PMF Received") ;
#endif