From: Víctor Manuel Jáquez Leal Date: Mon, 6 Feb 2012 23:39:35 +0000 (+0100) Subject: staging: tidspbridge: remove DBC_ASSERT macro X-Git-Tag: v3.4-rc1~186^2~176^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40e6336d1bdc10f072b6563dfb1255b5c4b039a2;p=pandora-kernel.git staging: tidspbridge: remove DBC_ASSERT macro This macro is only valid when CONFIG_TIDSPBRDIGE_DEBUG is enabled and it only prints a log message, it is not a real assertion mechanism like BUG_ON() or WARN_ON(). It is better to remove them: less code to maintain. Signed-off-by: Víctor Manuel Jáquez Leal Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed