]> Git Repo - linux.git/blobdiff - drivers/tty/cyclades.c
treewide: Remove uninitialized_var() usage
[linux.git] / drivers / tty / cyclades.c
index a6aabfd6e2da40b9c4bdbac2398de68716c376ea..097266342e5e3086f158f964a0b9c87021f73884 100644 (file)
@@ -3643,7 +3643,7 @@ static int cy_pci_probe(struct pci_dev *pdev,
        struct cyclades_card *card;
        void __iomem *addr0 = NULL, *addr2 = NULL;
        char *card_name = NULL;
-       u32 uninitialized_var(mailbox);
+       u32 mailbox;
        unsigned int device_id, nchan = 0, card_no, i, j;
        unsigned char plx_ver;
        int retval, irq;
This page took 0.030543 seconds and 4 git commands to generate.