RDMA/cxgb3: Remove BUG_ON() on CQ rearm failure
authorSteve Wise <swise@opengridcomputing.com>
Thu, 12 Nov 2009 21:11:25 +0000 (21:11 +0000)
committerRoland Dreier <rolandd@cisco.com>
Thu, 19 Nov 2009 21:46:12 +0000 (13:46 -0800)
commit3939b20f90767655cbe5878b2ab663e64d690a88
tree3409f69ef76a28734a492af8803ea9653ee0b4a8
parent91d3f9bacdb4950d2f79fe2ba296aa249f60d06c
RDMA/cxgb3: Remove BUG_ON() on CQ rearm failure

This failure, while indicating fatal problems with the device, shouldn't
kill the system.

Signed-off-by: Steve Wise <swise@opengridcomputing.com>