patch-2.4.20 linux-2.4.20/drivers/atm/lanai.c
Next file: linux-2.4.20/drivers/block/Config.in
Previous file: linux-2.4.20/drivers/atm/iphase.c
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Thu Nov 28 15:53:12 2002
- Orig file:
linux-2.4.19/drivers/atm/lanai.c
- Orig date:
Thu Oct 25 13:53:46 2001
diff -urN linux-2.4.19/drivers/atm/lanai.c linux-2.4.20/drivers/atm/lanai.c
@@ -2108,8 +2108,8 @@
}
result = pci_read_config_word(pci, PCI_SUBSYSTEM_ID, &w);
if (result != PCIBIOS_SUCCESSFUL) {
- printk(KERN_ERR DEV_LABEL "(itf %d): can't read ""
- PCI_SUBSYSTEM_ID: %d\n", lanai->number, result);
+ printk(KERN_ERR DEV_LABEL "(itf %d): can't read "
+ "PCI_SUBSYSTEM_ID: %d\n", lanai->number, result);
return -EINVAL;
}
if ((result = check_board_id_and_rev("PCI", w, NULL)) != 0)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)