Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9591e476 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "USB: gadget: Replace %pM with %pm"

parents 0100d380 20fca09e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1132,7 +1132,7 @@ int gether_get_host_addr_cdc(struct net_device *net, char *host_addr, int len)
		return -EINVAL;

	dev = netdev_priv(net);
	snprintf(host_addr, len, "%pM", dev->host_mac);
	snprintf(host_addr, len, "%pm", dev->host_mac);

	return strlen(host_addr);
}