Re: [PATCH] USB: typec: tcpci: Make tcpci_pm_ops variable static
From: Krzysztof Kozlowski
Date: Wed Feb 18 2026 - 16:03:12 EST
On 18/02/2026 21:35, Badhri Jagan Sridharan wrote:
> On Mon, Feb 16, 2026 at 3:04 AM Krzysztof Kozlowski
> <krzysztof.kozlowski@xxxxxxxxxxxxxxxx> wrote:
>>
>> File-scope 'tcpci_pm_ops' is not used outside of this unit, so make it
>> static to silence sparse warning:
>>
>> tcpm/tcpci.c:1002:1: warning: symbol 'tcpci_pm_ops' was not declared. Should it be static?
>>
>
> Thanks for sending the patch Krzysztof !
> Can you also please add "Fixes:" and "Cc: stable@xxxxxxxxxxxxxxx" ?
This has no practical impact on users, so I don't think it is a fix. It
is a code improvement, but not a fix.
Best regards,
Krzysztof