On Tue, Dec 07, 2021 at 08:26:09AM -0800, Guenter Roeck wrote:
On Tue, Dec 7, 2021 at 2:58 AM Dan Carpenter
<dan.carpenter(a)oracle.com> wrote:
> 98e43a40b551c9 Heikki Krogerus 2021-04-07 165
> 98e43a40b551c9 Heikki Krogerus 2021-04-07 166 connector =
find_connector(node);
> 98e43a40b551c9 Heikki Krogerus 2021-04-07 167 if (!connector)
> 98e43a40b551c9 Heikki Krogerus 2021-04-07 @168 goto remove_node;
>
> Should there be an error code on this path?
>
Apparently not. See your upstream commit 434438d8f9d3 ("usb: typec:
silence a static checker warning") which silences this warning.
Lol. And my commit message was so useless as well... How did past me
know it was intentional? But Heikki says it's right so it must be.
regards,
dan carpenter