[GIT PULL] Staging driver fix for 4.5-rc6
From: Greg KH
Date: Sun Feb 28 2016 - 00:31:25 EST
The following changes since commit 388f7b1d6e8ca06762e2454d28d6c3c55ad0fe95:
Linux 4.5-rc3 (2016-02-07 15:38:30 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/ tags/staging-4.5-rc6
for you to fetch changes up to 7a64cd887fdb97f074c3fda03bee0bfb9faceac3:
drivers: android: correct the size of struct binder_uintptr_t for BC_DEAD_BINDER_DONE (2016-02-20 15:43:56 -0800)
----------------------------------------------------------------
Staging (well android) fix for 4.5-rc6
Here is one patch, for the android binder driver, to resolve a reported
problem. Turns out it has been around for a while (since 3.15), so it
is good to finally get it resolved.
It has been in linux-next for a while with no reported issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
----------------------------------------------------------------
Lisa Du (1):
drivers: android: correct the size of struct binder_uintptr_t for BC_DEAD_BINDER_DONE
drivers/android/binder.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)