removed a printk

This commit is contained in:
Chrisian Richter 2006-11-14 15:20:05 +00:00
parent 6e66a0fb06
commit f4e18a559d
1 changed files with 1 additions and 1 deletions

View File

@ -3835,7 +3835,7 @@ static int __devinit hfcpci_probe(struct pci_dev *pdev, const struct pci_device_
hc->type = card_type;
hc->ports = hfc_ports;
printk( KERN_NOTICE "type:%d ports:%d HFC_idx:%d port_idx:%d\n",card_type, hfc_ports, HFC_idx, port_idx);
// printk( KERN_NOTICE "type:%d ports:%d HFC_idx:%d port_idx:%d\n",card_type, hfc_ports, HFC_idx, port_idx);
if (type[HFC_idx] & 0x100) {
test_and_set_bit(HFC_CHIP_ULAW, &hc->chip);