From: Paul Mundt Date: Thu, 20 Jan 2011 14:26:18 +0000 (+0900) Subject: serial: sh-sci: Bring oversized error handlers out of line. X-Git-Tag: v2.6.39-rc1~456^2~17^3~6 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94c8b6dbd64c51aa7ce7fcc466beccf942271b0e;p=pandora-kernel.git serial: sh-sci: Bring oversized error handlers out of line. Presently much of the error handling paths are inlined, stemming from a time when they were much smaller. This simply brings them out of line and leaves it up to the compiler. Given that some of these now contain nested loops, it's pretty hard to justify the inlining regardless of the footprint. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed