.. | .. |
---|
54 | 54 | int cap66 = -1; |
---|
55 | 55 | u16 stat; |
---|
56 | 56 | |
---|
57 | | - printk(KERN_INFO "PCI: Checking 66MHz capabilities...\n"); |
---|
| 57 | + pr_info("PCI: Checking 66MHz capabilities...\n"); |
---|
58 | 58 | |
---|
59 | 59 | for (pci_devfn = 0; pci_devfn < 0xff; pci_devfn++) { |
---|
60 | 60 | if (PCI_FUNC(pci_devfn)) |
---|
.. | .. |
---|
134 | 134 | pcibios_report_status(PCI_STATUS_REC_TARGET_ABORT | |
---|
135 | 135 | PCI_STATUS_SIG_TARGET_ABORT | |
---|
136 | 136 | PCI_STATUS_REC_MASTER_ABORT, 1); |
---|
137 | | - printk("\n"); |
---|
| 137 | + pr_cont("\n"); |
---|
138 | 138 | |
---|
139 | 139 | cmd |= PCI_STATUS_REC_TARGET_ABORT; |
---|
140 | 140 | } |
---|
.. | .. |
---|
143 | 143 | printk(KERN_DEBUG "PCI: parity error detected: "); |
---|
144 | 144 | pcibios_report_status(PCI_STATUS_PARITY | |
---|
145 | 145 | PCI_STATUS_DETECTED_PARITY, 1); |
---|
146 | | - printk("\n"); |
---|
| 146 | + pr_cont("\n"); |
---|
147 | 147 | |
---|
148 | 148 | cmd |= PCI_STATUS_PARITY | PCI_STATUS_DETECTED_PARITY; |
---|
149 | 149 | |
---|