Re: [PATCH] hwmon: (dme1737) Replace ternary operators with str_yes_no()

From: Guenter Roeck

Date: Sun Jul 12 2026 - 14:17:19 EST


On 7/12/26 10:58, Joshua Crofts wrote:
Remove the ternary operators and use str_yes_no() from string_choices.h
instead.

No functional change.

Signed-off-by: Joshua Crofts <joshua.crofts1@xxxxxxxxx>

This is an extremely old driver which does not support the latest
hardware monitoring API.

Please refrain from making non-functional changes in such drivers.

NACK

Thanks,
Guenter