From 8fd820140fb9fe1b404adc701b515cdc148b28b1 Mon Sep 17 00:00:00 2001 From: Lucas Correia Villa Real Date: Sun, 24 Jul 2005 00:15:46 +0100 Subject: [PATCH] --- yaml --- r: 4947 b: refs/heads/master c: 53776eb4acdd3ec576d75b61b656ef8d51e430ea h: refs/heads/master i: 4945: a340e37835988ce83d6a5c294da1b0ac942c59ab 4943: 12ccdae1e3f07e295e5a6a7b28142e447536e6d4 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-s3c2410/dma.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 408b7f9eca29..bc9f971aec95 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ab9b6339381d340779e8b5957561aed41155a270 +refs/heads/master: 53776eb4acdd3ec576d75b61b656ef8d51e430ea diff --git a/trunk/arch/arm/mach-s3c2410/dma.c b/trunk/arch/arm/mach-s3c2410/dma.c index c7c28890d406..65feaf20d23e 100644 --- a/trunk/arch/arm/mach-s3c2410/dma.c +++ b/trunk/arch/arm/mach-s3c2410/dma.c @@ -436,7 +436,7 @@ int s3c2410_dma_enqueue(unsigned int channel, void *id, buf = kmem_cache_alloc(dma_kmem, GFP_ATOMIC); if (buf == NULL) { - pr_debug("%s: out of memory (%d alloc)\n", + pr_debug("%s: out of memory (%ld alloc)\n", __FUNCTION__, sizeof(*buf)); return -ENOMEM; }