From: Linus Torvalds Date: Mon, 15 Oct 2007 16:07:58 +0000 (-0700) Subject: Get rid of unused variable warning in drivers/pci/hotplug/pci_hotplug_core.c X-Git-Tag: v2.6.24-rc1~1288 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4271e0f7e12bdbbd7ce131187aaae2ba5233a309;p=pandora-kernel.git Get rid of unused variable warning in drivers/pci/hotplug/pci_hotplug_core.c Commit 5a7ad7f044941316dc98eda2a087a12a7a50649d removed all uses of 'retval', but didn't remove the variable itself. Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed