Re: [PATCH 2/2] iw_cxgb4: don't BUG_ON if we get an abort with no endpoint found.

2012-04-30 Thread Steve Wise
Hey Roland, this patch is incorrect. It erroneously changes abort_rpl() instead of peer_abort_intr(). I will resubmit the correct patch asap. On 04/27/2012 09:59 AM, Steve Wise wrote: Just log a warning. Signed-off-by: Steve Wisesw...@opengridcomputing.com Cc: sta...@vger.kernel.org ---

Re: [PATCH 2/2] iw_cxgb4: don't BUG_ON if we get an abort with no endpoint found.

2012-04-30 Thread Roland Dreier
On Mon, Apr 30, 2012 at 12:33 PM, Steve Wise sw...@opengridcomputing.com wrote: Hey Roland, this patch is incorrect.  It erroneously changes abort_rpl() instead of peer_abort_intr().  I will resubmit the correct patch asap. OK, consider it dropped. -- To unsubscribe from this list: send the

[PATCH 2/2] iw_cxgb4: don't BUG_ON if we get an abort with no endpoint found.

2012-04-27 Thread Steve Wise
Just log a warning. Signed-off-by: Steve Wise sw...@opengridcomputing.com Cc: sta...@vger.kernel.org --- drivers/infiniband/hw/cxgb4/cm.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/drivers/infiniband/hw/cxgb4/cm.c b/drivers/infiniband/hw/cxgb4/cm.c index