fixed typo + added new subminor, preparation for new release..

This commit is contained in:
Chrisian Richter 2007-03-02 18:14:19 +00:00
parent 1fa5c5942f
commit cfcd035054
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ BASEDIR=$(shell pwd)
MAJOR=1
MINOR=1
SUBMINOR=0
SUBMINOR=1
INSTALL_PREFIX := /
export INSTALL_PREFIX

View File

@ -4126,7 +4126,7 @@ static int __devinit hfcpci_probe(struct pci_dev *pdev, const struct pci_device_
/* set optical line type */
if (protocol[port_idx] & 0x10000) {
if (!id_list[id_idx].opticalsupport) {
print(KERN_INFO "This board has no optical support\n");
printk(KERN_INFO "This board has no optical support\n");
} else {
if (debug & DEBUG_HFCMULTI_INIT)