From: Dominik Brodowski Date: Fri, 23 Oct 2009 10:55:28 +0000 (+0200) Subject: pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (ide) X-Git-Tag: v2.6.33-rc1~412^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=444486a5f9d2737b50e53dc140292899b9497808;p=pandora-kernel.git pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (ide) ide-cs.c is the only PCMCIA device driver making use of CONFIG_PCMCIA_DEBUG, so convert it to use the dynamic debug infrastructure. Also, remove all usages of the CS_CHECK macro and replace them with proper Linux style calling and return value checking. The extra error reporting may be dropped, as the PCMCIA core already complains about any (non-driver-author) errors. CC: linux-ide@vger.kernel.org Signed-off-by: Dominik Brodowski --- Reading git-diff-tree failed