From: Lan Tianyu Date: Wed, 25 Sep 2013 00:11:48 +0000 (-0600) Subject: PCI: acpiphp: Convert to dynamic debug X-Git-Tag: v3.13-rc1~95^2~9^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd950799d9510cac994fad2ea020767fe878b84b;p=pandora-kernel.git PCI: acpiphp: Convert to dynamic debug This patch is to use pr_debug/info/warn/err to replace acpiphp debug functions and remove module's debug param. User interface change: before this patch, boot with the "acpiphp.debug" kernel parameter to turn on debug. After this patch, set CONFIG_DYNAMIC_DEBUG=y and boot with "acpiphp.dyndebug=+p" instead. See Documentation/dynamic-debug-howto.txt. [bhelgaas: changelog] Signed-off-by: Lan Tianyu Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed