From: Dominik Brodowski Date: Sat, 24 Oct 2009 13:55:39 +0000 (+0200) Subject: pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (misc drivers) X-Git-Tag: v2.6.33-rc1~412^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b44de2015ff4a2ed1d56efedfcc72b917d356a6;p=pandora-kernel.git pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (misc drivers) Convert PCMCIA drivers to use the dynamic debug infrastructure, instead of requiring manual settings of PCMCIA_DEBUG. 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-mtd@lists.infradead.org CC: linux-usb@vger.kernel.org Signed-off-by: Dominik Brodowski --- Reading git-diff-tree failed