From: Jingoo Han Date: Mon, 2 Sep 2013 08:11:53 +0000 (+0900) Subject: net: tulip: use pci_{get,set}_drvdata() X-Git-Tag: v3.12-rc1~132^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1895499230b94c9c043969b312fb7898f815ace0;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed