From: Víctor Manuel Jáquez Leal Date: Mon, 6 Feb 2012 23:39:34 +0000 (+0100) Subject: staging: tidspbridge: remove DBC_ENSURE and DBC_REQUIRED X-Git-Tag: v3.4-rc1~186^2~176^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=276cc746d58b73aa4e046745441b8cf56858f9ef;p=pandora-kernel.git staging: tidspbridge: remove DBC_ENSURE and DBC_REQUIRED The kernel does not use a "Design by Contract" approach, and it is only activated in the module if CONFIG_TIDSPBRDIGE_DEBUG is enabled, so they are executed rarely. 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