Re: [PATCH v1 1/2] power: supply: sbs-battery: Silence warning about unknown chemistry

From: Dmitry Osipenko
Date: Fri May 14 2021 - 09:13:45 EST


13.05.2021 18:11, Sebastian Reichel пишет:
> Hi,
>
> On Tue, May 11, 2021 at 01:08:26AM +0300, Dmitry Osipenko wrote:
>> Older variants of controller don't support reporting type of the battery.
>> Make warning message about unknown chemistry to be printed only once in
>> order to stop flooding kernel log with the message on each request of the
>> property. This patch fixes the noisy messages on Asus Transformer TF101.
>>
>> Tested-by: Antoni Aloy Torrens <aaloytorrens@xxxxxxxxx> # TF101
>> Tested-by: Nikola Milosavljević <mnidza@xxxxxxxxxxx> # TF101
>> Signed-off-by: Dmitry Osipenko <digetx@xxxxxxxxx>
>> ---
>
> I believe the problem should be fixed as side-effect of the
> following patch:
>
> https://lore.kernel.org/linux-pm/20210513020308.4011440-1-ikjn@xxxxxxxxxxxx/
>
> With my suggested change the message is printed once for each
> battery plug, so probably only once per boot for most users.

Looks like that patch indeed should work too, thank you.