patch-2.2.2 linux/drivers/scsi/atp870u.c
Next file: linux/drivers/scsi/ide-scsi.c
Previous file: linux/drivers/net/z85230.c
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Mon Feb 8 09:44:08 1999
- Orig file:
v2.2.1/linux/drivers/scsi/atp870u.c
- Orig date:
Tue Dec 22 14:16:56 1998
diff -u --recursive --new-file v2.2.1/linux/drivers/scsi/atp870u.c linux/drivers/scsi/atp870u.c
@@ -1720,8 +1720,8 @@
h=0;
while ( devid[h] != 0 )
{
- pci_find_device(0x1191,devid[h],pdev);
- if (pdev == NULL); {
+ pdev = pci_find_device(0x1191,devid[h],pdev);
+ if (pdev == NULL) {
h++;
index=0;
continue;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)