Merge ../linus
[linux-drm-fsl-dcu.git] / arch / arm / mach-ixp2000 / ixdp2400.c
index 9ee63834e6031839a7776492adaa734d5a27347b..0fdd03ab36e6c4cbbcfd7da57a7cb8c4d8684c68 100644 (file)
@@ -135,11 +135,11 @@ static void ixdp2400_pci_postinit(void)
        if (ixdp2x00_master_npu()) {
                dev = pci_get_bus_and_slot(1, IXDP2400_SLAVE_ENET_DEVFN);
                pci_remove_bus_device(dev);
-               pci_dev_put(dev)
+               pci_dev_put(dev);
        } else {
                dev = pci_get_bus_and_slot(1, IXDP2400_MASTER_ENET_DEVFN);
                pci_remove_bus_device(dev);
-               pci_dev_put(dev)
+               pci_dev_put(dev);
 
                ixdp2x00_slave_pci_postinit();
        }