From: Joel Stanley Date: Tue, 19 Jun 2018 05:38:32 +0000 (+0930) Subject: net/ncsi: Drop no more channels message X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=5d3b146736d5f47d1c806e3043ebc8b627c6277e;p=openwrt%2Fstaging%2Fblogic.git net/ncsi: Drop no more channels message 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 Signed-off-by: Joel Stanley Signed-off-by: David S. Miller --- diff --git a/net/ncsi/ncsi-manage.c b/net/ncsi/ncsi-manage.c index 616441c2b54f..716493a61ba6 100644 --- a/net/ncsi/ncsi-manage.c +++ b/net/ncsi/ncsi-manage.c @@ -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; }