Searched hist:"00 d85e81796b17a29a0e096c5a4735daa47adef8" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/hwmon/ |
H A D | tmp513.c | diff 00d85e81796b17a29a0e096c5a4735daa47adef8 Sun Mar 12 20:37:23 CET 2023 Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> hwmon: tmp512: drop of_match_ptr for ID table
The driver will match mostly by DT table (even thought there is regular ID table) so there is little benefit in of_match_ptr (this also allows ACPI matching via PRP0001, even though it might not be relevant here). This also fixes !CONFIG_OF error:
drivers/hwmon/tmp513.c:610:34: error: ‘tmp51x_of_match’ defined but not used [-Werror=unused-const-variable=]
Fixes: 59dfa75e5d82 ("hwmon: Add driver for Texas Instruments TMP512/513 sensor chips.") Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20230312193723.478032-2-krzysztof.kozlowski@linaro.org Signed-off-by: Guenter Roeck <linux@roeck-us.net>
|