]> git.baikalelectronics.ru Git - kernel.git/commit
i386: arch/x86/math-emu/reg_ld_str.c: fix warning
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 19 Mar 2008 01:54:45 +0000 (18:54 -0700)
committerIngo Molnar <mingo@elte.hu>
Thu, 17 Apr 2008 15:41:21 +0000 (17:41 +0200)
commit9bf4c9e1f6c988ccc1457287f8baedcc9c703e46
treec5c061b030a3fb903844705ff45b4ca29b8efa51
parent0d0b512e46befd40438bdd216f4ec52773b74530
i386: arch/x86/math-emu/reg_ld_str.c: fix warning

arch/x86/math-emu/reg_ld_str.c:380: warning: 'l[0]' may be used uninitialized in this function
arch/x86/math-emu/reg_ld_str.c:380: warning: 'l[1]' may be used uninitialized in this function

I can't actually spot the bug here.  There's one obvious place, but fixing
that didn't shut the warning up.

Cc: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/math-emu/reg_ld_str.c