lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <175879680823.2756121.480253963605736427@neptunite.rasen.tech>
Date: Thu, 25 Sep 2025 19:40:08 +0900
From: Paul Elder <paul.elder@...asonboard.com>
To: Sakari Ailus <sakari.ailus@...ux.intel.com>, linux-acpi@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, linux-input@...r.kernel.org, linux-leds@...r.kernel.org, linux-media@...r.kernel.org, netdev@...r.kernel.org, linux-spi@...r.kernel.org, Rafael J. Wysocki <rafael@...nel.org>, Len Brown <lenb@...nel.org>, Greg Kroah-Hartman <gregkh@...uxfoundation.org>, Danilo Krummrich <dakr@...nel.org>, Andy Shevchenko <andriy.shevchenko@...ux.intel.com>, Daniel Scally <djrscally@...il.com>, Heikki Krogerus <heikki.krogerus@...ux.intel.com>, Javier Carrasco <javier.carrasco@...fvision.net>, Dmitry Torokhov <dmitry.torokhov@...il.com>, Lee Jones <lee@...nel.org>, Pavel Machek <pavel@...nel.org>, Matthias Fend <matthias.fend@...end.at>, Chanwoo Choi <cw00.choi@...sung.com>, Krzysztof Kozlowski <krzk@...nel.org>, Laurent Pinchart <laurent.pinchart@...asonboard.com>, Mauro Carvalho Chehab <mchehab@...nel.org>, Horatiu Vultur <horatiu.vultur@...rochip.com>, UNGLinuxDriver@...rochip.com, Andrew Lunn <andrew+netdev@...n.ch>, David S. Miller <davem@...emloft.net>, Eric Dum
 azet <edumazet@...gle.com>, Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>, Mark Brown <broonie@...nel.org>, Thomas Gleixner <tglx@...utronix.de>, Ingo Molnar <mingo@...nel.org>, Jonathan Cameron <Jonathan.Cameron@...wei.com>
Subject: Re: [PATCH v2 12/16] media: thp7312: Use fwnode_for_each_child_node() instead

Quoting Sakari Ailus (2025-09-24 16:45:58)
> fwnode_for_each_child_node() is now the same as
> fwnode_for_each_available_child_node() on all backends (OF, ACPI and
> swnode). In order to remove the available variants, switch the uses to
> non-available variants.
> 
> Signed-off-by: Sakari Ailus <sakari.ailus@...ux.intel.com>

Reviewed-by: Paul Elder <paul.elder@...asonboard.com>

> ---
>  drivers/media/i2c/thp7312.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/media/i2c/thp7312.c b/drivers/media/i2c/thp7312.c
> index 775cfba188d8..86208a47f472 100644
> --- a/drivers/media/i2c/thp7312.c
> +++ b/drivers/media/i2c/thp7312.c
> @@ -2064,7 +2064,7 @@ static int thp7312_parse_dt(struct thp7312_device *thp7312)
>                 return -EINVAL;
>         }
>  
> -       fwnode_for_each_available_child_node(sensors, node) {
> +       fwnode_for_each_child_node(sensors, node) {
>                 if (fwnode_name_eq(node, "sensor")) {
>                         if (!thp7312_sensor_parse_dt(thp7312, node))
>                                 num_sensors++;
> -- 
> 2.47.3
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ