Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts: net/bridge/br_mdb.c br_mdb.c conflict was a function call being removed to fix a bug in 'net' but whose signature was changed in 'net-next'. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -2843,7 +2843,7 @@ int stmmac_dvr_probe(struct device *device,
|
||||
if (res->mac)
|
||||
memcpy(priv->dev->dev_addr, res->mac, ETH_ALEN);
|
||||
|
||||
dev_set_drvdata(device, priv);
|
||||
dev_set_drvdata(device, priv->dev);
|
||||
|
||||
/* Verify driver arguments */
|
||||
stmmac_verify_args();
|
||||
|
||||
Reference in New Issue
Block a user