fsl/fman: Remove a useless call to 'dev_set_drvdata()'
Commit c6e26ea8c8
("dpaa_eth: change device used") has removed usage of
'dev_set_drvdata()' in the 'mac_probe() function.
This call should also be axed.
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
03ac738d5c
commit
5adb55c929
|
@ -713,7 +713,6 @@ static int mac_probe(struct platform_device *_of_dev)
|
|||
__devm_release_region(dev, fman_get_mem_region(priv->fman),
|
||||
res.start, res.end + 1 - res.start);
|
||||
devm_kfree(dev, mac_dev);
|
||||
dev_set_drvdata(dev, NULL);
|
||||
return -ENODEV;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue