Re: [PATCH] w1: therm: Use str_yes_no helper in w1_slave_show

From: Thorsten Blum

Date: Sat Nov 08 2025 - 10:07:47 EST


On 5. Nov 2025, at 17:23, Krzysztof Kozlowski wrote:
> On 05/11/2025 17:18, Thorsten Blum wrote:
>> Replace hard-coded strings with the str_yes_no() helper function. This
>> unifies the output and helps the linker with deduplication, which can
>> result in a smaller binary.
>>
>> [...]
>
> That's sysfs interface, right? So an ABI and you change here caps, which
> might matter or might not, but anyway some sort of analysis of that
> should be in the commit msg. Otherwise better not to touch ABI.

Yeah, I guess it's better not to change it then.

Thanks,
Thorsten