From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joel Stanley Subject: [PATCH v2 2/4] net/ncsi: Drop no more channels message Date: Tue, 19 Jun 2018 15:08:32 +0930 Message-ID: <20180619053834.12257-3-joel@jms.id.au> References: <20180619053834.12257-1-joel@jms.id.au> Cc: netdev@vger.kernel.org, Joe Perches To: Samuel Mendoza-Jonas , "David S . Miller" Return-path: Received: from mail-pf0-f194.google.com ([209.85.192.194]:42066 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755840AbeFSFi6 (ORCPT ); Tue, 19 Jun 2018 01:38:58 -0400 Received: by mail-pf0-f194.google.com with SMTP id w7-v6so9340974pfn.9 for ; Mon, 18 Jun 2018 22:38:58 -0700 (PDT) In-Reply-To: <20180619053834.12257-1-joel@jms.id.au> Sender: netdev-owner@vger.kernel.org List-ID: 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 --- net/ncsi/ncsi-manage.c | 2 -- 1 file changed, 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 @@ int ncsi_process_next_channel(struct ncsi_dev_priv *ndp) 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; } -- 2.17.1