]> bbs.cooldavid.org Git - net-next-2.6.git/commit
RDMA/cxgb3: Remove BUG_ON() on CQ rearm failure
authorSteve Wise <swise@opengridcomputing.com>
Thu, 11 Feb 2010 23:40:29 +0000 (15:40 -0800)
committerRoland Dreier <rolandd@cisco.com>
Thu, 11 Feb 2010 23:40:29 +0000 (15:40 -0800)
commit2542322485be45853cc72d542d8ed84fae82c981
treede8814afd3aa560853d9adac1286b611db8876fa
parent676ad585531e965416fd958747894541dabcec96
RDMA/cxgb3: Remove BUG_ON() on CQ rearm failure

Failure to rearm a CQ means the cxgb3 device is wedged, but we shouldn't
kill the whole system with a BUG_ON() if this happens.

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