From: Konrad Rzeszutek Wilk Date: Wed, 4 Dec 2013 02:34:03 +0000 (-0500) Subject: xen-pciback: Cleanup up pcistub_put_pci_dev X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~54^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8899035eec4105a10149817fdaf684f127670f8c;p=pandora-kernel.git xen-pciback: Cleanup up pcistub_put_pci_dev We are using 'psdev->dev','found_psdev->dev', and 'dev' at the same time - and they all point to the same structure. To keep it straight lets just use one - 'dev'. Signed-off-by: Konrad Rzeszutek Wilk Reviewed-by: Jan Beulich Reviewed-by: David Vrabel --- Reading git-diff-tree failed