From: Dominik Brodowski Date: Fri, 23 Oct 2009 10:51:28 +0000 (+0200) Subject: pcmcia: use dynamic debug instead of custom infrastructure X-Git-Tag: v2.6.33-rc1~412^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d50dbec3ce52e1608636b8a624d087da9ced8cde;p=pandora-kernel.git pcmcia: use dynamic debug instead of custom infrastructure Use the generic "dynamic debug" infrastructure instead of CONIG_PCMCIA_DEBUG in the PCMCIA core (pcmcia.ko and pcmcia_core.ko). To enable debugging, enable CONFIG_DYNAMIC_DEBUG, mount debugfs and $ echo -n 'module pcmcia_core +p' > /sys/kernel/debug/dynamic_debug/control for the complete module "pcmcia_core", for example. For more detailled instructions, please see Documentation/dynamic-debug-howto.txt Signed-off-by: Dominik Brodowski --- Reading git-diff-tree failed