summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/lparcfg.c
diff options
context:
space:
mode:
authorjimix@watson.ibm.com2006-05-17 18:00:35 +0200
committerPaul Mackerras2006-05-19 07:02:19 +0200
commit8ae5b2801a0beb10a55a7ebd5140482e2f84c3fa (patch)
treee392faf5cc57559564da909f2bb2b65fcc18b516 /arch/powerpc/kernel/lparcfg.c
parent[PATCH] powerpc: Move crashkernel= handling into the kernel. (diff)
downloadkernel-qcow2-linux-8ae5b2801a0beb10a55a7ebd5140482e2f84c3fa.tar.gz
kernel-qcow2-linux-8ae5b2801a0beb10a55a7ebd5140482e2f84c3fa.tar.xz
kernel-qcow2-linux-8ae5b2801a0beb10a55a7ebd5140482e2f84c3fa.zip
[PATCH] powerpc: udbg_printf() formatting attribute
This patch allows the compiler to catch any printf-like mismatches for udbg_printf(). After some brute force building I've only found issues with my own code and lparcfg.c It could break some developers, but IMHO that would be goodness. Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/kernel/lparcfg.c')
-rw-r--r--arch/powerpc/kernel/lparcfg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/lparcfg.c b/arch/powerpc/kernel/lparcfg.c
index 2cbde865d4f5..c02deaab26c7 100644
--- a/arch/powerpc/kernel/lparcfg.c
+++ b/arch/powerpc/kernel/lparcfg.c
@@ -521,10 +521,10 @@ static ssize_t lparcfg_write(struct file *file, const char __user * buf,
current_weight = (resource >> 5 * 8) & 0xFF;
- pr_debug("%s: current_entitled = %lu, current_weight = %lu\n",
+ pr_debug("%s: current_entitled = %lu, current_weight = %u\n",
__FUNCTION__, current_entitled, current_weight);
- pr_debug("%s: new_entitled = %lu, new_weight = %lu\n",
+ pr_debug("%s: new_entitled = %lu, new_weight = %u\n",
__FUNCTION__, *new_entitled_ptr, *new_weight_ptr);
retval = plpar_hcall_norets(H_SET_PPP, *new_entitled_ptr,