patch-2.3.39 linux/drivers/atm/nicstar.c
Next file: linux/drivers/block/DAC960.c
Previous file: linux/drivers/ap1000/ddv.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Jan 10 14:05:32 2000
- Orig file:
v2.3.38/linux/drivers/atm/nicstar.c
- Orig date:
Fri Sep 10 23:57:29 1999
diff -u --recursive --new-file v2.3.38/linux/drivers/atm/nicstar.c linux/drivers/atm/nicstar.c
@@ -502,7 +502,7 @@
PRINTK("nicstar%d: setting PCI latency timer to %d.\n", i, NS_PCI_LATENCY);
for (j = 1; j < 4; j++)
{
- if (pci_write_config_byte(pcidev, PCI_LATENCY_TIMER, NS_PCI_LATENCY) != 0);
+ if (pci_write_config_byte(pcidev, PCI_LATENCY_TIMER, NS_PCI_LATENCY) != 0)
break;
}
if (j == 4)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)