From: Linas Vepstas Date: Thu, 6 Apr 2006 20:41:41 +0000 (-0500) Subject: [PATCH] powerpc/pseries: bugfix: balance calls to pci_device_put X-Git-Tag: v2.6.17-rc2~16^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b055a9e10fd05c7fdd87904a50c1f413aea10ec4;p=pandora-kernel.git [PATCH] powerpc/pseries: bugfix: balance calls to pci_device_put Repeated calls to eeh_remove_device() can result in multiple (and thus unbalanced) calls to pci_dev_put(). Make sure the pci_device_put() is called only once (since there was only one call to the matching pci_device_get()). Signed-off-by: Linas Vepstas Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed