]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Jul 2014 01:57:27 +0000 (18:57 -0700)
commitaf8eeb27ebc33289ec68c8a2c8445a6833f5b111
tree83d7917252855598a876ea78189d26723fe7dd5f
parenta0bc29d985eb8e93844c13158b02d2a0022dc25a
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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/infiniband/hw/qib/qib_mad.c