linux/drivers/iio/common/ssp_sensors
Jakob Koschel a25d525c68 iio: ssp_sensors: replace usage of found with dedicated list iterator variable
To move the list iterator variable into the list_for_each_entry_*()
macro in the future it should be avoided to use the list iterator
variable after the loop body.

To *never* use the list iterator variable after the loop it was
concluded to use a separate iterator variable instead of a
found boolean [1].

This removes the need to use a found variable and simply checking if
the variable was set, can determine if the break/goto was hit.

Link: https://lore.kernel.org/all/CAHk-=wgRr_D8CB-D9Kg-c=EHreAsk5SqXPwr9Y7k9sA6cWXJ6w@mail.gmail.com/ [1]
Signed-off-by: Jakob Koschel <jakobkoschel@gmail.com>
Reviewed-by: Nuno Sá <nuno.sa@analog.com>
Link: https://lore.kernel.org/r/20220331230632.957634-2-jakobkoschel@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
2022-04-04 09:11:25 +01:00
..
Kconfig treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
ssp_dev.c Char/Misc and other driver updates for 5.18-rc1 2022-03-28 12:27:35 -07:00
ssp_iio_sensor.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
ssp_iio.c iio:common:ssp_sensors: Move exports into IIO_SSP_SENSORS namespace 2022-02-18 11:42:26 +00:00
ssp_spi.c iio: ssp_sensors: replace usage of found with dedicated list iterator variable 2022-04-04 09:11:25 +01:00
ssp.h iio: ssp_sensors: Convert to use GPIO descriptors 2019-12-15 11:42:17 +00:00