commit | 5d7e438629413586ab78779751caa6e713c2234c | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Mon Jul 15 11:22:32 2013 +0930 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Mon Jul 15 11:25:02 2013 +0930 |
tree | 6342df34867bb71718fc242dc19adc3ced0360ad | |
parent | 228b82211b47b597fa75dff2ac146b40eaaddf18 [diff] |
acpi: Replace weird use of PTR_RET. This functions is really weird. It sets rc to -ENOMEM, then overrides it. It was converted to PTR_RET in a1458187 when it should have simply been rewritten. This version makes it more explicit, with a single IS_ERR() test. Cc: Alexandru Gheorghiu <gheorghiuandru@gmail.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>