From 7a9871b623ade5e6339a716c5e15e5359b5a23a4 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 20 Jul 2011 08:04:13 +0200 Subject: [PATCH] linux: add patch to silence acpi warnings Signed-off-by: Stephan Raue --- .../patches/linux-3.0-rc7-072-silence_acpi-0.1.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/linux/patches/linux-3.0-rc7-072-silence_acpi-0.1.patch diff --git a/packages/linux/patches/linux-3.0-rc7-072-silence_acpi-0.1.patch b/packages/linux/patches/linux-3.0-rc7-072-silence_acpi-0.1.patch new file mode 100644 index 0000000000..155ff70ebf --- /dev/null +++ b/packages/linux/patches/linux-3.0-rc7-072-silence_acpi-0.1.patch @@ -0,0 +1,12 @@ +diff -Naur linux-3.0-rc7/arch/x86/pci/acpi.c linux-3.0-rc7.patch/arch/x86/pci/acpi.c +--- linux-3.0-rc7/arch/x86/pci/acpi.c 2011-07-12 01:51:52.000000000 +0200 ++++ linux-3.0-rc7.patch/arch/x86/pci/acpi.c 2011-07-20 07:46:08.959060136 +0200 +@@ -246,7 +246,7 @@ + + conflict = insert_resource_conflict(root, res); + if (conflict) +- dev_err(&info->bridge->dev, ++ dev_info(&info->bridge->dev, + "address space collision: host bridge window %pR " + "conflicts with %s %pR\n", + res, conflict->name, conflict);