hwmon: (vexpress) Avoid creating non-existing attributes
authorPawel Moll <[email protected]>
Wed, 23 Apr 2014 17:27:05 +0000 (18:27 +0100)
committerGuenter Roeck <[email protected]>
Thu, 24 Apr 2014 13:02:10 +0000 (06:02 -0700)
commitb2e5411ee26bff1deefd0b2c7beec9c133632e65
treefca94d153e37e215cd54e223c5f37c3e60c8ef8a
parent52feaca5d685c07a4bc9812d16d84f5f7991bfe7
hwmon: (vexpress) Avoid creating non-existing attributes

The 'label' attribute was always created but returned -ENOENT
if there is no label and such behaviour is undefined from
libsensors' point of view.

Fixed by providing is_visible method in the attributes group,
so the attribute is not created at all when unnecessary.

Reported-by: Guenter Roeck <[email protected]>
Signed-off-by: Pawel Moll <[email protected]>
Signed-off-by: Guenter Roeck <[email protected]>
drivers/hwmon/vexpress.c