Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1029d6b5 authored by Bjorn Helgaas's avatar Bjorn Helgaas Committed by Linus Torvalds
Browse files

[PATCH] PCI: remove unused "scratch"



Unused variable.

Signed-off-by: default avatarBjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent dba28010
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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))