From: Ingo Molnar Date: Thu, 4 Sep 2008 19:26:06 +0000 (+0200) Subject: IO resources: fix/remove printk X-Git-Tag: v2.6.28-rc1~271^2^4~8 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cf44baad76b6f20f95ece397c6f643320aa44c9;p=pandora-kernel.git IO resources: fix/remove printk Andrew Morton noticed that the printk in kernel/resource.c was buggy: | start and end have type resource_size_t. Such types CANNOT be printed | unless cast to a known type. | | Because there is a %s following an incorrect %lld, the above code will | crash the machine. ... and it's probably quite unneeded as well, so remove it. Reported-by: Andrew Morton Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed