net/ncsi: Drop no more channels message
authorJoel Stanley <joel@jms.id.au>
Tue, 19 Jun 2018 05:38:32 +0000 (15:08 +0930)
committerDavid S. Miller <davem@davemloft.net>
Tue, 19 Jun 2018 22:26:58 +0000 (07:26 +0900)
This does not provide useful information. As the ncsi maintainer said:

 > either we get a channel or broadcom has gone out to lunch

Acked-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ncsi/ncsi-manage.c

index 616441c..716493a 100644 (file)
@@ -1226,8 +1226,6 @@ out:
                return ncsi_choose_active_channel(ndp);
        }
 
-       netdev_printk(KERN_DEBUG, ndp->ndev.dev,
-                     "NCSI: No more channels to process\n");
        ncsi_report_link(ndp, false);
        return -ENODEV;
 }