Commit 1895499230b94c9c043969b312fb7898f815ace0
Committed by
David S. Miller
1 parent
2c0c4fbe55
Exists in
smarc-imx_3.14.28_1.0.0_ga
and in
1 other branch
net: tulip: use pci_{get,set}_drvdata()
Use the wrapper functions for getting and setting the driver data using pci_dev instead of using dev_{get,set}_drvdata() with &pdev->dev, so we can directly pass a struct pci_dev. This is a purely cosmetic change. Signed-off-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
drivers/net/ethernet/dec/tulip/de4x5.c