diff options
| author | 2018-05-10 02:05:03 +0000 | |
|---|---|---|
| committer | 2018-05-14 16:06:48 +0200 | |
| commit | 838d5565669aa5bb7deb605684a5970d51d5eaf6 (patch) | |
| tree | 6bda5f8daa9642de1c78923a4c653c68c921b60f /drivers/android/binder_alloc.c | |
| parent | ANDROID: binder: remove 32-bit binder interface. (diff) | |
| download | wireguard-linux-838d5565669aa5bb7deb605684a5970d51d5eaf6.tar.xz wireguard-linux-838d5565669aa5bb7deb605684a5970d51d5eaf6.zip | |
ANDROID: binder: correct the cmd print for BINDER_WORK_RETURN_ERROR
When to execute binder_stat_br the e->cmd has been modifying as BR_OK
instead of the original return error cmd, in fact we want to know the
original return error, such as BR_DEAD_REPLY or BR_FAILED_REPLY, etc.
instead of always BR_OK, in order to avoid the value of the e->cmd is
always BR_OK, so we need assign the value of the e->cmd to cmd before
e->cmd = BR_OK.
Signed-off-by: songjinshi <songjinshi@xiaomi.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/android/binder_alloc.c')
0 files changed, 0 insertions, 0 deletions
