From: Thomas Renninger Date: Mon, 20 Dec 2010 11:11:45 +0000 (+0100) Subject: ACPI: fix resource check message X-Git-Tag: v2.6.38-rc1~68^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=106d1a0ab2a354b97df3e232be7dedbfaf8e901d;p=pandora-kernel.git ACPI: fix resource check message printk("%pR",...) is for formatting struct resource only. But the list built up in drivers/acpi/osl.c uses it's own struct: struct acpi_res_list {} Without this patch you can see wrongly formatted resources (SMRG is of IO type): ACPI: resource 0000:00:1f.3 [io 0x0400-0x041f] conflicts with AC PI region SMRG [mem 0x00000400-0x0000040f 64bit pref disabled] https://bugzilla.kernel.org/show_bug.cgi?id=26342 Signed-off-by: Thomas Renninger CC: Matthew Wilcox Signed-off-by: Len Brown --- Reading git-diff-tree failed