From: Kenji Kaneshige Date: Thu, 15 May 2008 06:20:11 +0000 (+0900) Subject: pci-acpi: use local buffer for _OSC X-Git-Tag: v2.6.27-rc1~1046^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e0b9947452c824d66fafe728a46312cff544a7f;p=pandora-kernel.git pci-acpi: use local buffer for _OSC Current pci-acpi implementation uses array in osc_data directly to evaluate _OSC. It needs to save the old data and restore it if _OSC evaluation fails. To make it more robust, we should use local array to evaluate _OSC. Signed-off-by: Kenji Kaneshige Acked-by: Shaohua Li Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed