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

Commit bb5a5822 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 297c6c91 34b2d3b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1941,7 +1941,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);
}