|
@@ -814,11 +814,9 @@ static void ipoib_neigh_cleanup(struct neighbour *n)
|
|
|
struct ipoib_ah *ah = NULL;
|
|
|
|
|
|
neigh = *to_ipoib_neigh(n);
|
|
|
- if (neigh) {
|
|
|
+ if (neigh)
|
|
|
priv = netdev_priv(neigh->dev);
|
|
|
- ipoib_dbg(priv, "neigh_destructor for bonding device: %s\n",
|
|
|
- n->dev->name);
|
|
|
- } else
|
|
|
+ else
|
|
|
return;
|
|
|
ipoib_dbg(priv,
|
|
|
"neigh_cleanup for %06x " IPOIB_GID_FMT "\n",
|