diff options
Diffstat (limited to 'drivers/infiniband')
-rw-r--r-- | drivers/infiniband/hw/ehca/ehca_irq.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/ehca/ehca_irq.c b/drivers/infiniband/hw/ehca/ehca_irq.c index 863b34fa9ff9..b5ca94c6b8d9 100644 --- a/drivers/infiniband/hw/ehca/ehca_irq.c +++ b/drivers/infiniband/hw/ehca/ehca_irq.c | |||
@@ -403,6 +403,8 @@ static void parse_ec(struct ehca_shca *shca, u64 eqe) | |||
403 | sport->port_state = IB_PORT_ACTIVE; | 403 | sport->port_state = IB_PORT_ACTIVE; |
404 | dispatch_port_event(shca, port, IB_EVENT_PORT_ACTIVE, | 404 | dispatch_port_event(shca, port, IB_EVENT_PORT_ACTIVE, |
405 | "is active"); | 405 | "is active"); |
406 | ehca_query_sma_attr(shca, port, | ||
407 | &sport->saved_attr); | ||
406 | } else | 408 | } else |
407 | notify_port_conf_change(shca, port); | 409 | notify_port_conf_change(shca, port); |
408 | break; | 410 | break; |