From: Sergei Shtylyov Date: Sat, 15 Mar 2014 00:29:14 +0000 (+0300) Subject: sh_eth: convert dev_*() to netdev_*() calls X-Git-Tag: v3.15-rc1~113^2~141^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da2468555643efbde3fb026cd46e5245800cc872;p=pandora-kernel.git sh_eth: convert dev_*() to netdev_*() calls Convert dev_*(&ndev->dev, ...) to netdev_*(ndev, ...) calls since they are a bit shorter and at the same time give more information on a device. Suggested-by: Joe Perches Signed-off-by: Sergei Shtylyov Signed-off-by: David S. Miller --- Reading git-diff-tree failed