commit | b8569d230416c490065098684adf13c1751cb830 | [log] [tgz] |
---|---|---|
author | Joel Stanley <joel@jms.id.au> | Thu Apr 24 16:55:34 2014 +0930 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Apr 28 13:08:48 2014 +1000 |
tree | 572141c37462153c8bd4c37daaf659767b1a3cf6 | |
parent | ba9a32b176c31ec4d3d7314bb2e529a85423f7a4 [diff] |
powerpc/powernv: Use ssize_t for sysparam return values The OPAL calls are returning int64_t values, which the sysparam code stores in an int, and the sysfs callback returns ssize_t. Make code a easier to read by consistently using ssize_t. Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>