[PATCHLET 2.2]agpgart_fe - less terse printk

From: Neale Banks (neale@lowendale.com.au)
Date: Mon Jan 21 2002 - 19:41:47 EST


IMVHO, this printk was somewhat too terse.

Regards,
Neale.

--- linux-2.2.21-pre2-pristine/drivers/char/agp/agpgart_fe.c Sat Nov 3 03:39:06 2001
+++ linux-2.2.21-pre2-ntb/drivers/char/agp/agpgart_fe.c Mon Jan 21 22:50:45 2002
@@ -300,7 +300,7 @@
         agp_memory *memory;
 
         memory = agp_allocate_memory(pg_count, type);
- printk(KERN_DEBUG "memory : %p\n", memory);
+ printk(KERN_DEBUG "agp_allocate_memory: %p\n", memory);
         if (memory == NULL) {
                 return NULL;
         }

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Jan 23 2002 - 21:00:50 EST