From fd5a56b949a0559852dbcc7f687d0c0e2132130a Mon Sep 17 00:00:00 2001 From: Dmitry Antipov Date: Tue, 20 Nov 2012 16:46:57 +0400 Subject: binder: fix printk() format specifier to match userptr32_t type Signed-off-by: Dmitry Antipov --- drivers/staging/android/binder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/android/binder.c b/drivers/staging/android/binder.c index b487f87e111f..f23121692771 100644 --- a/drivers/staging/android/binder.c +++ b/drivers/staging/android/binder.c @@ -2435,7 +2435,7 @@ static void binder_release_work(struct list_head *list) death = container_of(w, struct binder_ref_death, work); binder_debug(BINDER_DEBUG_DEAD_TRANSACTION, - "undelivered death notification, %p\n", + "undelivered death notification, %d\n", death->cookie); kfree(death); binder_stats_deleted(BINDER_STAT_DEATH); -- cgit v1.2.3