Re: [PATCH] platform/chrome: cross_ec_type: fix missing fwnode reference decrement
From: Tzung-Bi Shih
Date: Thu Oct 10 2024 - 23:17:46 EST
On Wed, Oct 09, 2024 at 09:00:41PM +0200, Javier Carrasco wrote:
> On 09/10/2024 20:55, Javier Carrasco wrote:
> > By the way, I wonder why all error paths are redirected to the same
> > label to unregister ports, even before registering them (which seems to
> > be harmless because unregistered ports are ignored, but still). With this
I don't know the context a lot. But it looks like just a way to unregister
the registered ones in the error path.
> Small typo in the description, should be cross_ec_typec (last c is
> missing). I will fix that for v2, but I will wait for feedback and
> reviews to this first version.
Also cross -> cros. Otherwise, the fix looks good to me.