commit | 4271e0f7e12bdbbd7ce131187aaae2ba5233a309 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | Mon Oct 15 09:07:58 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Mon Oct 15 09:07:58 2007 -0700 |
tree | ef2a34addd2f6fb0a366ed0e4d0b7e887917df3d | |
parent | b5869ce7f68b233ceb81465a7644be0d9a5f3dbb [diff] |
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>