power_supply: Ignore -ENODATA errors when generating uevents
authorLars-Peter Clausen <lars@metafoo.de>
Sat, 8 Jan 2011 18:12:26 +0000 (19:12 +0100)
committerLars-Peter Clausen <lars@metafoo.de>
Tue, 22 Feb 2011 05:47:52 +0000 (06:47 +0100)
commitf722e17fdb2c97bbec2563636dd88489cdb1428b
tree10cc26fa54a4c5f05335df45019b3ae2213b48ad
parent6501f728c56f831626d52b236023e556bca37f51
power_supply: Ignore -ENODATA errors when generating uevents

Sometimes a driver can not report a meaningful value for a certain property
and returns -ENODATA.

Currently when generating a uevent and a property return -ENODATA it is
treated as an error an no uevent is generated at all. This is not an
desirable behavior.

This patch adds a special case for -ENODATA and ignores properties which
return this error code when generating the uevent.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Tested-by: Grazvydas Ignotas <notasas@gmail.com>
drivers/power/power_supply_sysfs.c