From: Lars-Peter Clausen Date: Sat, 8 Jan 2011 18:12:26 +0000 (+0100) Subject: power_supply: Ignore -ENODATA errors when generating uevents X-Git-Tag: v2.6.39-rc1~56^2~10^2~15 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f722e17fdb2c97bbec2563636dd88489cdb1428b;p=pandora-kernel.git 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 Tested-by: Grazvydas Ignotas --- Reading git-diff-tree failed