Staging: android: binder: Fix death notifications
authorArve Hjønnevåg <arve@android.com>
Sat, 8 Feb 2014 01:46:21 +0000 (17:46 -0800)
committerArve Hjønnevåg <arve@android.com>
Fri, 14 Feb 2014 04:29:04 +0000 (20:29 -0800)
commitfd3a17735623a882bc6afd590e9c9bfb0e770f80
treebca62c342d70ea279a2dcd070fe9325480171f98
parent6427820a87d082d8c35efedb0363bd3bf5469653
Staging: android: binder: Fix death notifications

The change (008fa749e0fe5b2fffd20b7fe4891bb80d072c6a) that moved the
node release code to a separate function broke death notifications in
some cases. When it encountered a reference without a death
notification request, it would skip looking at the remaining
references, and therefore fail to send death notifications for them.

Change-Id: I12083a50709ccc30ba11a5f4d9eeb5f0ff4471c6
Signed-off-by: Arve Hjønnevåg <arve@android.com>
drivers/staging/android/binder.c