ALSA: pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (sound)
authorDominik Brodowski <linux@dominikbrodowski.net>
Sat, 24 Oct 2009 19:43:03 +0000 (21:43 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 2 Nov 2009 10:41:41 +0000 (11:41 +0100)
commit0d488234fd857aae07f1c56467bbf58f1a859753
tree9be5d48bc57b817f1e9ffa63b5d694ddb9a5b190
parent3d00941371a765779c4e3509214c7e5793cce1fe
ALSA: 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.

Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pcmcia/pdaudiocf/pdaudiocf.c
sound/pcmcia/vx/vxpocket.c