From: Kenji Kaneshige Date: Mon, 29 Sep 2008 08:37:05 +0000 (+0900) Subject: PCI hotplug: fix get_##name return value problem X-Git-Tag: v2.6.28-rc1~77^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd1d9855be3ab8a5c2b31053d464b7fe63e6963b;p=pandora-kernel.git PCI hotplug: fix get_##name return value problem The commit 356a9d6f3dd283f83861adf1ac909879f0e66411 (PCI: fix hotplug get_##name return value problem) doesn't seem to be merged properly. Because of this, PCI hotplug no longer works (Read/Write PCI hotplug files always returns -ENODEV). This patch fixes wrong check of try_module_get() return value check in get_##name(). Signed-off-by: Kenji Kaneshige Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed