From: Sam Ravnborg Date: Sat, 12 May 2012 08:04:09 +0000 (+0000) Subject: sparc32: fix warning in floopy glue X-Git-Tag: v3.5-rc1~190^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=918f832290f01b7759826f86bf08562820545e00;p=pandora-kernel.git sparc32: fix warning in floopy glue Fix following warning: arch/sparc/include/asm/floppy_32.h:342:5: warning: 'op' may be used uninitialized in this function The warning are legitimite and we can end up using op uninitialized. This fixes build with my gcc on UP. Signed-off-by: Sam Ravnborg Signed-off-by: David S. Miller --- Reading git-diff-tree failed