Skip to content

Commit

Permalink
[AGPGART] remove unused variable
Browse files Browse the repository at this point in the history
This patch removes an unused variable.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Dave Jones <davej@redhat.com>
  • Loading branch information
Adrian Bunk authored and Dave Jones committed Jun 24, 2006
1 parent 4092e25 commit 4280370
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/char/agp/nvidia-agp.c
Original file line number Diff line number Diff line change
Expand Up @@ -387,8 +387,6 @@ static int agp_nvidia_suspend(struct pci_dev *pdev, pm_message_t state)

static int agp_nvidia_resume(struct pci_dev *pdev)
{
struct agp_bridge_data *bridge = pci_get_drvdata(pdev);

/* set power state 0 and restore PCI space */
pci_set_power_state (pdev, 0);
pci_restore_state(pdev);
Expand Down

0 comments on commit 4280370

Please sign in to comment.