diff options
Diffstat (limited to 'drivers/net/cxgb3/sge.c')
-rw-r--r-- | drivers/net/cxgb3/sge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/cxgb3/sge.c b/drivers/net/cxgb3/sge.c index 994b5d6404df..c15e43a8543b 100644 --- a/drivers/net/cxgb3/sge.c +++ b/drivers/net/cxgb3/sge.c | |||
@@ -2431,7 +2431,7 @@ static irqreturn_t t3b_intr_napi(int irq, void *cookie) | |||
2431 | * (MSI-X, MSI, or legacy) and whether NAPI will be used to service the | 2431 | * (MSI-X, MSI, or legacy) and whether NAPI will be used to service the |
2432 | * response queues. | 2432 | * response queues. |
2433 | */ | 2433 | */ |
2434 | intr_handler_t t3_intr_handler(struct adapter *adap, int polling) | 2434 | irq_handler_t t3_intr_handler(struct adapter *adap, int polling) |
2435 | { | 2435 | { |
2436 | if (adap->flags & USING_MSIX) | 2436 | if (adap->flags & USING_MSIX) |
2437 | return polling ? t3_sge_intr_msix_napi : t3_sge_intr_msix; | 2437 | return polling ? t3_sge_intr_msix_napi : t3_sge_intr_msix; |