mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] drivers/atm/fore200e.c: change in error message.
@ 2007-03-09  7:25 Amit Choudhary
  0 siblings, 0 replies; only message in thread
From: Amit Choudhary @ 2007-03-09  7:25 UTC (permalink / raw)
  To: Linux Kernel

Description: Change in error message in function fore200e_kmalloc(), in file drivers/atm/fore200e.c.

Signed-off-by: Amit Choudhary <amit2030@gmail.com>

diff --git a/drivers/atm/fore200e.c b/drivers/atm/fore200e.c
index 3a7b21f..1c7ea02 100644
--- a/drivers/atm/fore200e.c
+++ b/drivers/atm/fore200e.c
@@ -178,7 +178,7 @@ fore200e_kmalloc(int size, gfp_t flags)
     void *chunk = kzalloc(size, flags);
 
     if (!chunk)
-	printk(FORE200E "kmalloc() failed, requested size = %d, flags = 0x%x\n",			size, flags);
+	printk(FORE200E "kzalloc() failed, requested size = %d, flags = 0x%x\n",			size, flags);
     
     return chunk;
 }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-03-09  7:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-09  7:25 [PATCH] drivers/atm/fore200e.c: change in error message Amit Choudhary

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®