Commit 5d3b1467 authored by Joel Stanley's avatar Joel Stanley Committed by David S. Miller
Browse files

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: default avatarSamuel Mendoza-Jonas <sam@mendozajonas.com>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 87975a01
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;
}