mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 15:20:58 +07:00
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>
This commit is contained in:
parent
87975a0117
commit
5d3b146736
@ -1226,8 +1226,6 @@ int ncsi_process_next_channel(struct ncsi_dev_priv *ndp)
|
|||||||
return ncsi_choose_active_channel(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);
|
ncsi_report_link(ndp, false);
|
||||||
return -ENODEV;
|
return -ENODEV;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user