[PATCH] hwmon: drop unnecessary OF name NULL checks
Guenter Roeck
linux at roeck-us.net
Thu Aug 30 06:27:18 AEST 2018
On Wed, Aug 29, 2018 at 03:02:21PM -0500, Rob Herring wrote:
> Checking the child node names is pointless as the DT node name can
> never be NULL, so remove it.
>
> Cc: Jean Delvare <jdelvare at suse.com>
> Cc: Guenter Roeck <linux at roeck-us.net>
> Cc: Benjamin Herrenschmidt <benh at kernel.crashing.org>
> Cc: Paul Mackerras <paulus at samba.org>
> Cc: Michael Ellerman <mpe at ellerman.id.au>
> Cc: linux-hwmon at vger.kernel.org
> Cc: linuxppc-dev at lists.ozlabs.org
> Signed-off-by: Rob Herring <robh at kernel.org>
Applied to hwmon-next.
Thanks,
Guenter
> ---
> drivers/hwmon/ibmpowernv.c | 6 ------
> 1 file changed, 6 deletions(-)
>
> diff --git a/drivers/hwmon/ibmpowernv.c b/drivers/hwmon/ibmpowernv.c
> index 4935897f1527..0ccca87f5271 100644
> --- a/drivers/hwmon/ibmpowernv.c
> +++ b/drivers/hwmon/ibmpowernv.c
> @@ -458,9 +458,6 @@ static int populate_attr_groups(struct platform_device *pdev)
> for_each_child_of_node(opal, np) {
> const char *label;
>
> - if (np->name == NULL)
> - continue;
> -
> type = get_sensor_type(np);
> if (type == MAX_SENSOR_TYPE)
> continue;
> @@ -589,9 +586,6 @@ static int create_device_attrs(struct platform_device *pdev)
> const char *label;
> enum sensors type;
>
> - if (np->name == NULL)
> - continue;
> -
> type = get_sensor_type(np);
> if (type == MAX_SENSOR_TYPE)
> continue;
> --
> 2.17.1
>
More information about the Linuxppc-dev
mailing list