]> git.baikalelectronics.ru Git - kernel.git/commit
RDMA/cxgb3: Fix the T3A workaround checks
authorSteve Wise <swise@opengridcomputing.com>
Thu, 24 Jan 2008 22:30:16 +0000 (16:30 -0600)
committerRoland Dreier <rolandd@cisco.com>
Fri, 25 Jan 2008 22:17:47 +0000 (14:17 -0800)
commit38ed92f62067363421ec72b6dbd5c4e61dd11537
treed3ea63287941d458f853dc06e1e28115025cab19
parente0d42f0828af160ccffeb97be74db349b846ee73
RDMA/cxgb3: Fix the T3A workaround checks

Correctly work around T3A issues by checking "hwtype != T3A" instead of
"hwtype == T3B".  This will be needed for new hardware types.

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/cxgb3/cxio_hal.c
drivers/infiniband/hw/cxgb3/iwch_cm.c
drivers/infiniband/hw/cxgb3/iwch_provider.c