From: David Daney Date: Tue, 28 Dec 2010 02:18:29 +0000 (-0800) Subject: MIPS: Use WARN() in uasm for better diagnostics. X-Git-Tag: v2.6.38-rc1~4^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d662c8d34a05e8e47deaa9e22fe770dc557c2d3;p=pandora-kernel.git MIPS: Use WARN() in uasm for better diagnostics. On the off chance that uasm ever warns about overflow, there is no way to know what the offending instruction is. Change the printks to WARNs, so we can get a nice stack trace. It has the added benefit of being much more noticeable than the short single line warning message, so is less likely to be ignored. Signed-off-by: David Daney To: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/1905/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed