From: Paul Mundt Date: Thu, 24 Sep 2009 08:48:15 +0000 (+0900) Subject: sh: Fix up uninitialized variable use caught by gcc 4.4. X-Git-Tag: v2.6.32-rc1~25^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40258ee97d0d5e5c30a3d4b7acaf294fe82cd23f;p=pandora-kernel.git sh: Fix up uninitialized variable use caught by gcc 4.4. In the unaligned kernel exception fixup case the printk() was ordered before the copy_from_user(), resulting in a nonsensical instruction value. This fixes up the ordering properly. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed