patch-2.4.0-test11 linux/kernel/resource.c

Next file: linux/kernel/sched.c
Previous file: linux/kernel/ptrace.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test10/linux/kernel/resource.c linux/kernel/resource.c
@@ -288,7 +288,7 @@
 		}
 		p = &res->sibling;
 	}
-	printk("Trying to free nonexistent resource <%04lx-%04lx>\n", start, end);
+	printk("Trying to free nonexistent resource <%08lx-%08lx>\n", start, end);
 }
 
 /*

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)