staging: octeon: delete redundant log message
authorAaro Koskinen <aaro.koskinen@nokia.com>
Wed, 29 Jun 2016 12:20:46 +0000 (15:20 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 21 Aug 2016 16:02:32 +0000 (18:02 +0200)
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>
drivers/staging/octeon/ethernet.c

index 190afde..48f2adb 100644 (file)
@@ -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. */