Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6c8e4c92 authored by Niels de Vos's avatar Niels de Vos Committed by Jiri Kosina
Browse files

parport_pc: show the detection of a 2 serial port ITE8874 chip

The printk message for the 2 serial port version is obscured with a debug
macro, unlike all other versions of the card. It should be changed to make
the output equal for all detected models.

Reference: https://bugzilla.redhat.com/show_bug.cgi?id=578616#c1



CC: Joe Krahn <krahn@niehs.nih.gov>
Signed-off-by: default avatarNiels de Vos <ndevos@redhat.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 681b3049
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2599,7 +2599,7 @@ static int __devinit sio_ite_8872_probe(struct pci_dev *pdev, int autoirq,
		printk(KERN_INFO "parport_pc: ITE8873 found (1S)\n");
		printk(KERN_INFO "parport_pc: ITE8873 found (1S)\n");
		return 0;
		return 0;
	case 0x8:
	case 0x8:
		DPRINTK(KERN_DEBUG "parport_pc: ITE8874 found (2S)\n");
		printk(KERN_INFO "parport_pc: ITE8874 found (2S)\n");
		return 0;
		return 0;
	default:
	default:
		printk(KERN_INFO "parport_pc: unknown ITE887x\n");
		printk(KERN_INFO "parport_pc: unknown ITE887x\n");