aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/video.c
diff options
context:
space:
mode:
authorBjorn Helgaas <bjorn.helgaas@hp.com>2008-11-05 16:17:42 -0700
committerLen Brown <len.brown@intel.com>2008-11-06 15:30:19 -0500
commit5704d626e7c770ef4a984a697bac7eff07420a39 (patch)
tree9b1b99199b29ca8262840d1f08ea121e2909f419 /drivers/acpi/video.c
parentintel_menlow: don't set max_state a negative value (diff)
downloadlinux-dev-5704d626e7c770ef4a984a697bac7eff07420a39.tar.xz
linux-dev-5704d626e7c770ef4a984a697bac7eff07420a39.zip
ACPI: remove comments about debug layer/level to use
I don't think there's any point in cluttering the code with these. Better to improve the documentation so *anybody* can figure out what layer & level to use. Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/video.c')
-rw-r--r--drivers/acpi/video.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c
index a29b0ccac65a..bf0c26a7368d 100644
--- a/drivers/acpi/video.c
+++ b/drivers/acpi/video.c
@@ -2094,12 +2094,6 @@ static int __init acpi_video_init(void)
{
int result = 0;
-
- /*
- acpi_dbg_level = 0xFFFFFFFF;
- acpi_dbg_layer = 0x08000000;
- */
-
acpi_video_dir = proc_mkdir(ACPI_VIDEO_CLASS, acpi_root_dir);
if (!acpi_video_dir)
return -ENODEV;