Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 812b55e5 authored by Andrey Shvetsov's avatar Andrey Shvetsov Committed by Greg Kroah-Hartman
Browse files

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: default avatarAndrey Shvetsov <andrey.shvetsov@k2l.de>
Signed-off-by: default avatarChristian Gromm <christian.gromm@microchip.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 81ad5207
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;
}