mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-16 03:37:05 +00:00
staging: fsl-dpaa2/eth: Use debug level for message
The driver remove() function prints a message when the operation is completed. Make this a debug level message to avoid polluting the kernel log wih too much information. Signed-off-by: Ioana Radulescu <ruxandra.radulescu@nxp.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
009749d731
commit
4bc07aa4f0
1 changed files with 1 additions and 1 deletions
|
|
@ -2578,7 +2578,7 @@ static int dpaa2_eth_remove(struct fsl_mc_device *ls_dev)
|
||||||
dev_set_drvdata(dev, NULL);
|
dev_set_drvdata(dev, NULL);
|
||||||
free_netdev(net_dev);
|
free_netdev(net_dev);
|
||||||
|
|
||||||
dev_info(net_dev->dev.parent, "Removed interface %s\n", net_dev->name);
|
dev_dbg(net_dev->dev.parent, "Removed interface %s\n", net_dev->name);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue