commit | 52b81611f209da5f49019260522633e994e241b5 | [log] [tgz] |
---|---|---|
author | Xu YiPing <xuyiping@hisilicon.com> | Tue Sep 05 10:25:38 2017 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Sep 18 16:06:00 2017 +0200 |
tree | 6e184c6958790f5949792b082488b6cfd567b754 | |
parent | 1c363eaece2752c5f8b1b874cb4ae435de06aa66 [diff] |
binder: fix an ret value override commit 372e3147df70 ("binder: guarantee txn complete / errors delivered in-order") incorrectly defined a local ret value. This ret value will be invalid when out of the if block Fixes: 372e3147df70 ("binder: refactor binder ref inc/dec for thread safety") Signed-off-by: Xu YiPing <xuyiping@hislicon.com> Signed-off-by: Todd Kjos <tkjos@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>