[ ... ] 

> @@ -265,10 +261,17 @@ static int create_device_attrs(struct pl
> 
>               sdata[count].id = sensor_id;
>               sdata[count].type = type;
> -             err = create_hwmon_attr_name(&pdev->dev, type, np->name,
> -                                          sdata[count].name);
> -             if (err)
> +
> +             attr_name = parse_opal_node_name(np->name, type, &opal_index);
> +             if (IS_ERR(attr_name)) {
> +                     dev_err(&pdev->dev, "Sensor device node name '%s' is 
> invalid\n",
> +                             np->name);
> +                     err = IS_ERR(attr_name);
                              ^^^^^^

Arg. Bad copy/paste. This should be PTR_ERR() ... 

Do you want a full patchset resend or just a resend of this patch ? or a fix 
maybe.

Sorry for the noise ...

C.  

_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Reply via email to