diff options
Diffstat (limited to 'net/batman-adv/hard-interface.c')
-rw-r--r-- | net/batman-adv/hard-interface.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/batman-adv/hard-interface.c b/net/batman-adv/hard-interface.c index 0b84bb1b62c4..dc334fa89847 100644 --- a/net/batman-adv/hard-interface.c +++ b/net/batman-adv/hard-interface.c | |||
@@ -173,9 +173,9 @@ static void check_known_mac_addr(const struct net_device *net_dev) | |||
173 | net_dev->dev_addr)) | 173 | net_dev->dev_addr)) |
174 | continue; | 174 | continue; |
175 | 175 | ||
176 | pr_warning("The newly added mac address (%pM) already exists on: %s\n", | 176 | pr_warn("The newly added mac address (%pM) already exists on: %s\n", |
177 | net_dev->dev_addr, hard_iface->net_dev->name); | 177 | net_dev->dev_addr, hard_iface->net_dev->name); |
178 | pr_warning("It is strongly recommended to keep mac addresses unique to avoid problems!\n"); | 178 | pr_warn("It is strongly recommended to keep mac addresses unique to avoid problems!\n"); |
179 | } | 179 | } |
180 | rcu_read_unlock(); | 180 | rcu_read_unlock(); |
181 | } | 181 | } |