pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (sound)
authorDominik Brodowski <linux@dominikbrodowski.net>
Sat, 24 Oct 2009 13:55:12 +0000 (15:55 +0200)
committerDominik Brodowski <linux@dominikbrodowski.net>
Mon, 9 Nov 2009 07:30:05 +0000 (08:30 +0100)
commit7c5af6ffd69bb2bb3c86b374153627529d67598c
treebadcdc8b07e8542d8eb2f9f6e8965a488c5f5e75
parent9ec0bf41b5030ccc691049754ed1398cad5e953e
pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (sound)

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: Jaroslav Kysela <perex@perex.cz>
CC: alsa-devel@alsa-project.org
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
sound/pcmcia/pdaudiocf/pdaudiocf.c
sound/pcmcia/vx/vxpocket.c