aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Crosser <[email protected]>2015-09-18 16:06:48 +0200
committerDavid S. Miller <[email protected]>2015-09-21 16:03:03 -0700
commit9846e70b9bcd9ec11f82a47df159d1b1dfb02eee (patch)
tree8d3438776043a801cb638fac59d6e6d68207e0bc
parent5dcd2461073a43b2aa48ab5cfc135ba182667794 (diff)
qeth: remove extraneous length from %pM format
Length specifier in the %pM format is not supported (at least, not documented). Remove it, and also an extraneous '&' for the array. Signed-off-by: Eugene Crosser <[email protected]> Signed-off-by: Ursula Braun <[email protected]> Suggested-by: Joe Perches <[email protected]> Signed-off-by: David S. Miller <[email protected]>
-rw-r--r--drivers/s390/net/qeth_l2_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/s390/net/qeth_l2_main.c b/drivers/s390/net/qeth_l2_main.c
index a8556692f632..a4e36526d9cd 100644
--- a/drivers/s390/net/qeth_l2_main.c
+++ b/drivers/s390/net/qeth_l2_main.c
@@ -1452,8 +1452,8 @@ static void qeth_bridge_emit_host_event(struct qeth_card *card,
env[i] = str[i]; i++;
}
if (code & IPA_ADDR_CHANGE_CODE_MACADDR) {
- snprintf(str[i], sizeof(str[i]), "MAC=%pM6",
- &addr_lnid->mac);
+ snprintf(str[i], sizeof(str[i]), "MAC=%pM",
+ addr_lnid->mac);
env[i] = str[i]; i++;
}
snprintf(str[i], sizeof(str[i]), "NTOK_BUSID=%x.%x.%04x",