Re: [PATCH v4 1/2] software node: return -ENOTCONN when referenced swnode is not registered yet
From: Bartosz Golaszewski
Date: Thu Apr 09 2026 - 04:54:04 EST
On Wed, Apr 8, 2026 at 8:53 PM Danilo Krummrich <dakr@xxxxxxxxxx> wrote:
>
> One additional question though. I think it should be fine, but are we sure the
> change can't regress other subsystems? It seems some of them (e.g. sfp-bus,
> v4l2, iio) special case -ENOENT.
It seems all users check for -ENOENT for when there *is no such*
property. If this does break anyone in next cycle's RCs, I'm here to
fix it.
Bart