]> git.baikalelectronics.ru Git - kernel.git/commit
PCI hotplug: fix get_##name return value problem
authorKenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Mon, 29 Sep 2008 08:37:05 +0000 (17:37 +0900)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Mon, 20 Oct 2008 18:01:50 +0000 (11:01 -0700)
commit3c96f738dc765f839e0a64bca4d546202270459c
treeafcef4f9a3716fa7c30f8aa1c234f7690f845926
parent29dd40a2318e19f487d626b71ab9166b431c41a8
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 <kaneshige.kenji@jp.fujitsu.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/hotplug/pci_hotplug_core.c