mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
Staging tree fix for 3.14-rc4
Here is a single android driver fix for 3.14-rc4 that fixes a reported problem in the binder driver. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iEYEABECAAYFAlMJLckACgkQMUfUDdst+ynaDwCfVtgwCfLL//Ck5rsI+dPcNoH4 A4IAnjukxtAABpGDXAezROVpPSvnchRZ =zWji -----END PGP SIGNATURE----- Merge tag 'staging-3.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging Pull staging tree fix from Greg KH: "Here is a single android driver fix for 3.14-rc4 that fixes a reported problem in the binder driver" * tag 'staging-3.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging: staging: binder: Fix death notifications
This commit is contained in:
commit
b9c2b05022
@ -2904,7 +2904,7 @@ static int binder_node_release(struct binder_node *node, int refs)
|
||||
refs++;
|
||||
|
||||
if (!ref->death)
|
||||
goto out;
|
||||
continue;
|
||||
|
||||
death++;
|
||||
|
||||
@ -2917,7 +2917,6 @@ static int binder_node_release(struct binder_node *node, int refs)
|
||||
BUG();
|
||||
}
|
||||
|
||||
out:
|
||||
binder_debug(BINDER_DEBUG_DEAD_BINDER,
|
||||
"node %d now dead, refs %d, death %d\n",
|
||||
node->debug_id, refs, death);
|
||||
|
Loading…
Reference in New Issue
Block a user