linux/drivers/w1/masters
Krzysztof Kozlowski 787e19ae1f w1: ds2482: do not use assignment in if condition
Assignments in if condition are less readable and error-prone.  Fixes
also checkpatch warning:

  ERROR: do not use assignment in if condition

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230415104304.104134-9-krzysztof.kozlowski@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-04-20 14:15:07 +02:00
..
ds2482.c w1: ds2482: do not use assignment in if condition 2023-04-20 14:15:07 +02:00
ds2490.c w1: minor white-space and code style fixes 2023-04-20 14:15:06 +02:00
Kconfig w1: remove ds1wm driver 2023-02-01 17:23:38 +01:00
Makefile w1: remove ds1wm driver 2023-02-01 17:23:38 +01:00
matrox_w1.c w1: minor white-space and code style fixes 2023-04-20 14:15:06 +02:00
mxc_w1.c w1: mxc_w1: Fix timeout resolution problem leading to bus error 2020-10-02 15:53:25 +02:00
omap_hdq.c w1: use octal for file permissions 2023-04-20 14:15:06 +02:00
sgi_w1.c w1: sgi_w1: use devm_platform_ioremap_resource() to simplify code 2019-10-10 15:24:18 +02:00
w1-gpio.c