From: James Hogan Date: Thu, 29 May 2014 09:16:42 +0000 (+0100) Subject: MIPS: KVM: Remove ifdef DEBUG around kvm_debug X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~8^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5c704d525aa5e2e7b2bdfbe3e99e4621e29d6bf;p=pandora-kernel.git MIPS: KVM: Remove ifdef DEBUG around kvm_debug kvm_debug() uses pr_debug() which is already compiled out in the absence of a DEBUG define, so remove the unnecessary ifdef DEBUG lines around kvm_debug() calls which are littered around arch/mips/kvm/. As well as generally cleaning up, this prevents future bit-rot due to DEBUG not being commonly used. Signed-off-by: James Hogan Cc: Paolo Bonzini Cc: Gleb Natapov Cc: kvm@vger.kernel.org Cc: Ralf Baechle Cc: linux-mips@linux-mips.org Cc: Sanjay Lal Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed