Merge "USB: gadget: Replace %pM with %pm"
This commit is contained in:
commit
9591e476bb
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue