]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfa8b1b6bee8c954dbe2a6e89a752a2703ee8b0da
tree9be5d48bc57b817f1e9ffa63b5d694ddb9a5b190
parentc0406d131c601aa65872d5934bb38487da838572
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