diff options
author | Niels de Vos <ndevos@redhat.com> | 2010-08-23 12:20:52 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-08-24 09:21:06 -0400 |
commit | 6c8e4c92baaa5dc05ec7555e45711ff47adbc73c (patch) | |
tree | 3cd675457974ff08a53527ad3d42a41889014b9f /drivers | |
parent | 681b3049dd13bc8ce579de3f017ff73deb658385 (diff) |
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: Niels de Vos <ndevos@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/parport/parport_pc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/parport/parport_pc.c b/drivers/parport/parport_pc.c index 0950fa40684f..8d62fb76cd41 100644 --- a/drivers/parport/parport_pc.c +++ b/drivers/parport/parport_pc.c | |||
@@ -2599,7 +2599,7 @@ static int __devinit sio_ite_8872_probe(struct pci_dev *pdev, int autoirq, | |||
2599 | printk(KERN_INFO "parport_pc: ITE8873 found (1S)\n"); | 2599 | printk(KERN_INFO "parport_pc: ITE8873 found (1S)\n"); |
2600 | return 0; | 2600 | return 0; |
2601 | case 0x8: | 2601 | case 0x8: |
2602 | DPRINTK(KERN_DEBUG "parport_pc: ITE8874 found (2S)\n"); | 2602 | printk(KERN_INFO "parport_pc: ITE8874 found (2S)\n"); |
2603 | return 0; | 2603 | return 0; |
2604 | default: | 2604 | default: |
2605 | printk(KERN_INFO "parport_pc: unknown ITE887x\n"); | 2605 | printk(KERN_INFO "parport_pc: unknown ITE887x\n"); |