Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 63bcceec authored by Dimitris Michailidis's avatar Dimitris Michailidis Committed by David S. Miller
Browse files

cxgb4: disable an interrupt that is neither used nor serviced

parent a3f2279e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1444,7 +1444,7 @@ static void pl_intr_handler(struct adapter *adap)
		t4_fatal_err(adap);
}

#define PF_INTR_MASK (PFSW | PFCIM)
#define PF_INTR_MASK (PFSW)
#define GLBL_INTR_MASK (CIM | MPS | PL | PCIE | MC | EDC0 | \
		EDC1 | LE | TP | MA | PM_TX | PM_RX | ULP_RX | \
		CPL_SWITCH | SGE | ULP_TX)