|
@@ -1042,7 +1042,7 @@ static int __devinit init_one(struct pci_dev *pdev,
|
|
|
pci_using_dac = 1;
|
|
|
|
|
|
if (pci_set_consistent_dma_mask(pdev, DMA_64BIT_MASK)) {
|
|
|
- CH_ERR("%s: unable to obtain 64-bit DMA for"
|
|
|
+ CH_ERR("%s: unable to obtain 64-bit DMA for "
|
|
|
"consistent allocations\n", pci_name(pdev));
|
|
|
err = -ENODEV;
|
|
|
goto out_disable_pdev;
|