diff options
author | Aaro Koskinen <aaro.koskinen@nokia.com> | 2016-06-29 15:20:46 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-08-21 18:02:32 +0200 |
commit | 0048a44c36db045071dcb1bb4844140cd3712e1d (patch) | |
tree | c25d0694d722ba575dbbf55d1502e425153633b8 /drivers | |
parent | 9eca4993dcfa17d21f28fae773c21b04d47b117d (diff) | |
download | linux-0048a44c36db045071dcb1bb4844140cd3712e1d.tar.gz linux-0048a44c36db045071dcb1bb4844140cd3712e1d.tar.bz2 linux-0048a44c36db045071dcb1bb4844140cd3712e1d.zip |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/octeon/ethernet.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/octeon/ethernet.c b/drivers/staging/octeon/ethernet.c index 190afde1f7f6..48f2adbfd2b8 100644 --- a/drivers/staging/octeon/ethernet.c +++ b/drivers/staging/octeon/ethernet.c @@ -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. */ |