On Wed, May 29, 2024 at 05:05:10PM +0100, Diogo Ivo wrote:
+ prueth->iep0 = icss_iep_get_idx(np, 0);
+ if (IS_ERR(prueth->iep0)) {
+ ret = dev_err_probe(dev, PTR_ERR(prueth->iep0), "iep0 get failed\n");
Hi Diogo,
A minor nit from my side.
No need to address this unless there will be a v2 for some other reason.
Networking still prefers code to be 80 columns wide or less.
It looks like that can be trivially achieved here.