staging: most: aim-network: avoid calling netdev_info()
This patch removes the needless call of function netdev_info() from function most_nd_setup(). Signed-off-by: Andrey Shvetsov <andrey.shvetsov@k2l.de> Signed-off-by: Christian Gromm <christian.gromm@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
81ad520786
commit
812b55e531
@ -288,7 +288,6 @@ static const struct net_device_ops most_nd_ops = {
|
||||
|
||||
static void most_nd_setup(struct net_device *dev)
|
||||
{
|
||||
netdev_info(dev, "setup net device\n");
|
||||
ether_setup(dev);
|
||||
dev->netdev_ops = &most_nd_ops;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user