From: Linus Torvalds Date: Sun, 16 Nov 2008 18:09:34 +0000 (-0800) Subject: acpi: fix oops in acpi_system_wakeup_device_seq_show X-Git-Tag: v2.6.28-rc6~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77fb61a04a0483ad274ce5c51b02c46c12db3693;p=pandora-kernel.git acpi: fix oops in acpi_system_wakeup_device_seq_show Commit 0794469da3f7b2093575cbdfc1108308dd3641ce: ("ACPI: struct device - replace bus_id with dev_name(), dev_set_name()") introduced a bug by testing 'dev_name(ldev)' instead of 'ldev->bus' for NULL when printing out the bus information. So if ldev->bus was NULL, we'd oops. Reported-and-tested-by: Bruno Prémont Cc: Kay Sievers Cc: Len Brown Cc: Greg Kroah-Hartman Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed