mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 18:13:26 -04:00
staging: octeon: delete redundant log message
There will be a separate banner message after pow0 is set up (or an error message if it failed). Signed-off-by: Aaro Koskinen <aaro.koskinen@nokia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
9eca4993dc
commit
0048a44c36
@@ -705,7 +705,6 @@ static int cvm_oct_probe(struct platform_device *pdev)
|
||||
if ((pow_send_group != -1)) {
|
||||
struct net_device *dev;
|
||||
|
||||
pr_info("\tConfiguring device for POW only access\n");
|
||||
dev = alloc_etherdev(sizeof(struct octeon_ethernet));
|
||||
if (dev) {
|
||||
/* Initialize the device private structure. */
|
||||
|
||||
Reference in New Issue
Block a user