net: replace uses of NIP6_FMT with %p6
[firefly-linux-kernel-4.4.55.git] / net / ipv6 / ah6.c
index 2ff0c8233e47a0096e5670aaa3e41d80d7e3f6a3..9bc43f2527cebf9ef575e1b412919a376d4a063f 100644 (file)
@@ -419,8 +419,8 @@ static void ah6_err(struct sk_buff *skb, struct inet6_skb_parm *opt,
        if (!x)
                return;
 
-       NETDEBUG(KERN_DEBUG "pmtu discovery on SA AH/%08x/" NIP6_FMT "\n",
-                ntohl(ah->spi), NIP6(iph->daddr));
+       NETDEBUG(KERN_DEBUG "pmtu discovery on SA AH/%08x/%p6\n",
+                ntohl(ah->spi), &iph->daddr);
 
        xfrm_state_put(x);
 }