All of lore.kernel.org
 help / color / mirror / Atom feed
* [TRIVIAL PATCH 2.5.51] Remove compile warning from  drivers/ide/pci/sc1200.c
@ 2002-12-11 22:30 Bob Miller
  0 siblings, 0 replies; only message in thread
From: Bob Miller @ 2002-12-11 22:30 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel

Deleted an unused stack variable from sc1200_suspend.

diff -Nru a/drivers/ide/pci/sc1200.c b/drivers/ide/pci/sc1200.c
--- a/drivers/ide/pci/sc1200.c	Wed Dec 11 13:41:51 2002
+++ b/drivers/ide/pci/sc1200.c	Wed Dec 11 13:41:51 2002
@@ -427,8 +427,6 @@
 
 static int sc1200_suspend (struct pci_dev *dev, u32 state)
 {
-	ide_hwif_t	*hwif = NULL;
-
 	printk("SC1200: suspend(%u)\n", state);
 	/* You don't need to iterate over disks -- sysfs should have done that for you already */ 
 

-- 
Bob Miller					Email: rem@osdl.org
Open Source Development Lab			Phone: 503.626.2455 Ext. 17

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-12-11 22:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-11 22:30 [TRIVIAL PATCH 2.5.51] Remove compile warning from drivers/ide/pci/sc1200.c Bob Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.