]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
binder: remove unneeded cleanup code
authorTodd Kjos <tkjos@android.com>
Thu, 29 Jun 2017 19:01:39 +0000 (12:01 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Jul 2017 12:47:28 +0000 (14:47 +0200)
commit7c03f0d6163a500b655467bd8306d435bef18a83
tree5fbefb29a19b93656859fe98712d0d2e50c9f0bf
parentfdfb4a99b6ab8c393db19e3b92968b74ca2757b0
binder: remove unneeded cleanup code

The buffer's transaction has already been freed before
binder_deferred_release. No need to do it again.

Signed-off-by: Todd Kjos <tkjos@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/binder.c