Instead of opencoding with long lines, use for_each_if() macro which makes intention clearer and less error prone. In v2: - moved original for_each_if() implementation to the global header (Bart) Andy Shevchenko (2): drm: Move for_each_if() to util_macros.h for wider use gpiolib: Switch to use for_each_if() helper include/drm/drm_util.h | 16 +--------------- include/linux/gpio/driver.h | 7 ++++--- include/linux/util_macros.h | 15 +++++++++++++++ 3 files changed, 20 insertions(+), 18 deletions(-) -- 2.45.1.3035.g276e886db78b