Commit 80844aa6 authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] Remove compile warning from drivers_ide_pci_sc1200.c

From:  Bob Miller <rem@osdl.org>

  Deleted an unused stack variable from sc1200_suspend.
parent bbc6b732
......@@ -427,8 +427,6 @@ printk("SC1200: save_state(%u)\n", state);
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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment