diff options
author | Joel Stanley <joel@jms.id.au> | 2018-06-19 15:08:32 +0930 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-06-20 07:26:58 +0900 |
commit | 5d3b146736d5f47d1c806e3043ebc8b627c6277e (patch) | |
tree | 3620312ae573b7697f4d6c509a85025f69d297dc /net | |
parent | 87975a0117815b9b63527e8b8d9a9dffa6913132 (diff) |
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 <sam@mendozajonas.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/ncsi/ncsi-manage.c | 2 |
1 files changed, 0 insertions, 2 deletions
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; } |