IB/qib: Fix port in pkey change event
authorMike Marciniszyn <mike.marciniszyn@intel.com>
Fri, 2 May 2014 15:28:04 +0000 (11:28 -0400)
committerBen Hutchings <ben@decadent.org.uk>
Fri, 11 Jul 2014 12:33:38 +0000 (13:33 +0100)
commit1338f0894359c5085e34a2733e0d8f1c188485b8
treef4b88b452bdb2deb493f63ada56a297801c93b25
parent2b3169d262706a577fe4ffdaaad7599cb529d3e1
IB/qib: Fix port in pkey change event

commit 911eccd284d13d78c92ec4f1f1092c03457d732a upstream.

The code used a literal 1 in dispatching an IB_EVENT_PKEY_CHANGE.

As of the dual port qib QDR card, this is not necessarily correct.

Change to use the port as specified in the call.

Reported-by: Alex Estrin <alex.estrin@intel.com>
Reviewed-by: Dennis Dalessandro <dennis.dalessandro@intel.com>
Signed-off-by: Mike Marciniszyn <mike.marciniszyn@intel.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/infiniband/hw/qib/qib_mad.c