Merge branch 'akpm' (patches from Andrew)
[linux-2.6-microblaze.git] / drivers / bcma / driver_pci_host.c
index 88a93c2..6f8fc5f 100644 (file)
@@ -419,12 +419,12 @@ void bcma_core_pci_hostmode_init(struct bcma_drv_pci *pc)
        pc_host->pci_ops.read = bcma_core_pci_hostmode_read_config;
        pc_host->pci_ops.write = bcma_core_pci_hostmode_write_config;
 
-       pc_host->mem_resource.name = "BCMA PCIcore external memory",
+       pc_host->mem_resource.name = "BCMA PCIcore external memory";
        pc_host->mem_resource.start = BCMA_SOC_PCI_DMA;
        pc_host->mem_resource.end = BCMA_SOC_PCI_DMA + BCMA_SOC_PCI_DMA_SZ - 1;
        pc_host->mem_resource.flags = IORESOURCE_MEM | IORESOURCE_PCI_FIXED;
 
-       pc_host->io_resource.name = "BCMA PCIcore external I/O",
+       pc_host->io_resource.name = "BCMA PCIcore external I/O";
        pc_host->io_resource.start = 0x100;
        pc_host->io_resource.end = 0x7FF;
        pc_host->io_resource.flags = IORESOURCE_IO | IORESOURCE_PCI_FIXED;