]> git.karo-electronics.de Git - karo-tx-linux.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)
commit8176d297c73a06e6076c9c31f6404047567f6324
treed3ea63287941d458f853dc06e1e28115025cab19
parentf7fca1e8a8eeb6660396327b48995e3d9a7b6dc2
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