summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug.c
diff options
context:
space:
mode:
authorBjorn Helgaas2005-09-22 09:48:02 +0200
committerLinus Torvalds2005-09-22 16:58:24 +0200
commit1029d6b58adc3225911c56af26895871dd2ea8cf (patch)
tree88168e6762dbb15e3198ee9a874b856a748275e1 /drivers/pci/hotplug.c
parent[PATCH] I2C: remove me from the MAINTAINERS file for i2c (diff)
downloadkernel-qcow2-linux-1029d6b58adc3225911c56af26895871dd2ea8cf.tar.gz
kernel-qcow2-linux-1029d6b58adc3225911c56af26895871dd2ea8cf.tar.xz
kernel-qcow2-linux-1029d6b58adc3225911c56af26895871dd2ea8cf.zip
[PATCH] PCI: remove unused "scratch"
Unused variable. Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/pci/hotplug.c')
-rw-r--r--drivers/pci/hotplug.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/pci/hotplug.c b/drivers/pci/hotplug.c
index 10444988a10b..e1743be31909 100644
--- a/drivers/pci/hotplug.c
+++ b/drivers/pci/hotplug.c
@@ -7,7 +7,6 @@ int pci_hotplug (struct device *dev, char **envp, int num_envp,
char *buffer, int buffer_size)
{
struct pci_dev *pdev;
- char *scratch;
int i = 0;
int length = 0;
@@ -18,9 +17,6 @@ int pci_hotplug (struct device *dev, char **envp, int num_envp,
if (!pdev)
return -ENODEV;
- scratch = buffer;
-
-
if (add_hotplug_env_var(envp, num_envp, &i,
buffer, buffer_size, &length,
"PCI_CLASS=%04X", pdev->class))