These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / staging / comedi / drivers / 8255_pci.c
index bb9854b..38c05d1 100644 (file)
@@ -178,8 +178,8 @@ static const struct pci_8255_boardinfo pci_8255_boards[] = {
 };
 
 /* ripped from mite.h and mite_setup2() to avoid mite dependency */
-#define MITE_IODWBSR   0xc0     /* IO Device Window Base Size Register */
-#define WENAB          (1 << 7) /* window enable */
+#define MITE_IODWBSR   0xc0    /* IO Device Window Base Size Register */
+#define WENAB          BIT(7)  /* window enable */
 
 static int pci_8255_mite_init(struct pci_dev *pcidev)
 {