Re: [PATCH] PCI Update for 2.6.3-rc1

From: Greg KH
Date: Mon Feb 09 2004 - 19:03:37 EST


ChangeSet 1.1500.11.14, 2004/02/03 16:49:23-08:00, eike-hotplug@xxxxxxxxx

[PATCH] PCI Hotplug: very small optimisations for ibmphp_pci.c


drivers/pci/hotplug/ibmphp_pci.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/drivers/pci/hotplug/ibmphp_pci.c b/drivers/pci/hotplug/ibmphp_pci.c
--- a/drivers/pci/hotplug/ibmphp_pci.c Mon Feb 9 14:58:51 2004
+++ b/drivers/pci/hotplug/ibmphp_pci.c Mon Feb 9 14:58:51 2004
@@ -49,7 +49,7 @@
*/
static void assign_alt_irq (struct pci_func * cur_func, u8 class_code)
{
- int j = 0;
+ int j;
for (j = 0; j < 4; j++) {
if (cur_func->irq[j] == 0xff) {
switch (class_code) {

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/