mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-24 18:38:38 +00:00
cxgb4: add a missing error interrupt
Signed-off-by: Dimitris Michailidis <dm@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
f68707b805
commit
91e9a1ec91
@ -1135,6 +1135,7 @@ static void cim_intr_handler(struct adapter *adapter)
|
||||
static void ulprx_intr_handler(struct adapter *adapter)
|
||||
{
|
||||
static struct intr_info ulprx_intr_info[] = {
|
||||
{ 0x1800000, "ULPRX context error", -1, 1 },
|
||||
{ 0x7fffff, "ULPRX parity error", -1, 1 },
|
||||
{ 0 }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user