lkml.org 
[lkml]   [2009]   [Jul]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Date
Subject[PATCH 05/06] Fix compilation warning for arch/x86/kernel/apm_32.c
Following fix is inspired by David Howells fix few days back:
http://lkml.org/lkml/2009/7/9/109,

Signed-off-by: Subrata Modak<subrata@linux.vnet.ibm.com>,
---

--- a/arch/x86/kernel/apm_32.c 2009-06-15 07:50:51.000000000 +0530
+++ b/arch/x86/kernel/apm_32.c 2009-07-15 06:43:59.000000000 +0530
@@ -811,7 +811,7 @@ static int apm_do_idle(void)
u8 ret = 0;
int idled = 0;
int polling;
- int err;
+ int uninitialized_var(err);

polling = !!(current_thread_info()->status & TS_POLLING);
if (polling) {
---
Regards--
Subrata


\
 
 \ /
  Last update: 2009-07-15 04:23    [W:0.044 / U:0.752 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site