pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (ide)
authorDominik Brodowski <linux@dominikbrodowski.net>
Fri, 23 Oct 2009 10:55:28 +0000 (12:55 +0200)
committerDominik Brodowski <linux@dominikbrodowski.net>
Sun, 8 Nov 2009 17:23:14 +0000 (18:23 +0100)
commit444486a5f9d2737b50e53dc140292899b9497808
treebb3122dc35202b2b6de008706baf370441ef6a53
parent6d9a299f675b176e2f81e1f6d5a361a1173971ea
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 <linux@dominikbrodowski.net>
drivers/ata/pata_pcmcia.c
drivers/ide/ide-cs.c