Get rid of unused variable warning in drivers/pci/hotplug/pci_hotplug_core.c
authorLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 15 Oct 2007 16:07:58 +0000 (09:07 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 15 Oct 2007 16:07:58 +0000 (09:07 -0700)
commit4271e0f7e12bdbbd7ce131187aaae2ba5233a309
treeef2a34addd2f6fb0a366ed0e4d0b7e887917df3d
parentb5869ce7f68b233ceb81465a7644be0d9a5f3dbb
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 <torvalds@linux-foundation.org>
drivers/pci/hotplug/pci_hotplug_core.c