[IPV6] addrconf: Do not print device pointer in privacy log message.
Noticed by Andi Kleen, it is pointless to emit the device structure pointer in the kernel logs like this. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
cd6104572b
commit
a1493d9cd1
1 changed files with 2 additions and 2 deletions
|
@ -379,8 +379,8 @@ static struct inet6_dev * ipv6_add_dev(struct net_device *dev)
|
||||||
dev->type == ARPHRD_NONE ||
|
dev->type == ARPHRD_NONE ||
|
||||||
dev->type == ARPHRD_SIT) {
|
dev->type == ARPHRD_SIT) {
|
||||||
printk(KERN_INFO
|
printk(KERN_INFO
|
||||||
"Disabled Privacy Extensions on device %p(%s)\n",
|
"%s: Disabled Privacy Extensions\n",
|
||||||
dev, dev->name);
|
dev->name);
|
||||||
ndev->cnf.use_tempaddr = -1;
|
ndev->cnf.use_tempaddr = -1;
|
||||||
} else {
|
} else {
|
||||||
in6_dev_hold(ndev);
|
in6_dev_hold(ndev);
|
||||||
|
|
Loading…
Add table
Reference in a new issue