Skip to content

Commit

Permalink
[PATCH] unused label in drivers/block/cciss.
Browse files Browse the repository at this point in the history
this patch removes a warning about an unused label, by
moving the label into the ifdef.

Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de>
Signed-off-by: Jens Axboe <axboe@suse.de>
  • Loading branch information
Eric Sesterhenn authored and Jens Axboe committed Mar 27, 2006
1 parent 837c787 commit 89a7689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/block/cciss.c
Original file line number Diff line number Diff line change
Expand Up @@ -2727,9 +2727,9 @@ static void __devinit cciss_interrupt_mode(ctlr_info_t *c, struct pci_dev *pdev,
return;
}
}
default_int_mode:
#endif /* CONFIG_PCI_MSI */
/* if we get here we're going to use the default interrupt mode */
default_int_mode:
c->intr[SIMPLE_MODE_INT] = pdev->irq;
return;
}
Expand Down

0 comments on commit 89a7689

Please sign in to comment.