ACPI: add missing KERN_* constants to printks
[deliverable/linux.git] / drivers / acpi / video.c
index f261737636da7a5550c6ac26ab3d178c6220ab9a..c6c99ea89a878606fc08808360f93aa685022e08 100644 (file)
@@ -1260,7 +1260,7 @@ static int acpi_video_bus_POST_info_seq_show(struct seq_file *seq, void *offset)
                        printk(KERN_WARNING PREFIX
                               "This indicates a BIOS bug. Please contact the manufacturer.\n");
                }
-               printk("%llx\n", options);
+               printk(KERN_WARNING "%llx\n", options);
                seq_printf(seq, "can POST: <integrated video>");
                if (options & 2)
                        seq_printf(seq, " <PCI video>");
This page took 0.026681 seconds and 5 git commands to generate.