net: replace %p6 with %pI6

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Harvey Harrison
2008-10-29 12:52:50 -07:00
committed by David S. Miller
vanhempi 4b7a4274ca
commit 5b095d9892
49 muutettua tiedostoa jossa 100 lisäystä ja 100 poistoa

Näytä tiedosto

@@ -87,7 +87,7 @@ static int find_mgm(struct mthca_dev *dev,
}
if (0)
mthca_dbg(dev, "Hash for %p6 is %04x\n", gid, *hash);
mthca_dbg(dev, "Hash for %pI6 is %04x\n", gid, *hash);
*index = *hash;
*prev = -1;
@@ -254,7 +254,7 @@ int mthca_multicast_detach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid)
goto out;
if (index == -1) {
mthca_err(dev, "MGID %p6 not found\n", gid->raw);
mthca_err(dev, "MGID %pI6 not found\n", gid->raw);
err = -EINVAL;
goto out;
}