pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (isdn)
authorDominik Brodowski <linux@dominikbrodowski.net>
Sat, 24 Oct 2009 13:50:13 +0000 (15:50 +0200)
committerDominik Brodowski <linux@dominikbrodowski.net>
Mon, 9 Nov 2009 07:29:59 +0000 (08:29 +0100)
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: Karsten Keil <isdn@linux-pingi.de>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>

No differences found