Files
linux/drivers/acpi
Chen Gong 8d38d74b64 pstore: fix one type of return value in pstore
the return type of function _read_ in pstore is size_t,
but in the callback function of _read_, the logic doesn't
consider it too much, which means if negative value (assuming
error here) is returned, it will be converted to positive because
of type casting. ssize_t is enough for this function.

Signed-off-by: Chen Gong <gong.chen@linux.intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
2011-05-16 11:04:51 -07:00
..
2011-03-23 02:34:15 -04:00
2011-03-15 00:43:16 +01:00
2011-03-22 23:20:35 -04:00
2011-01-12 04:27:00 -05:00
2010-10-15 15:53:27 +02:00
2011-01-12 05:03:13 -05:00
2011-03-23 02:34:54 -04:00
2010-09-28 21:38:19 -04:00
2011-03-31 11:26:23 -03:00
2011-03-23 02:34:54 -04:00
2011-01-12 04:27:00 -05:00
2011-03-31 11:26:23 -03:00