From patchwork Mon Sep 27 13:40:40 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hal Rosenstock X-Patchwork-Id: 212572 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id o8RDnkgY024657 for ; Mon, 27 Sep 2010 13:51:03 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755801Ab0I0NvC (ORCPT ); Mon, 27 Sep 2010 09:51:02 -0400 Received: from qmta02.westchester.pa.mail.comcast.net ([76.96.62.24]:60941 "EHLO qmta02.westchester.pa.mail.comcast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750780Ab0I0NvB (ORCPT ); Mon, 27 Sep 2010 09:51:01 -0400 Received: from omta23.westchester.pa.mail.comcast.net ([76.96.62.74]) by qmta02.westchester.pa.mail.comcast.net with comcast id Bmmx1f0091c6gX852pr19C; Mon, 27 Sep 2010 13:51:01 +0000 Received: from hal.comcast.net ([75.69.247.31]) by omta23.westchester.pa.mail.comcast.net with comcast id Bpr01f0020hNrtn3jpr0xD; Mon, 27 Sep 2010 13:51:01 +0000 Received: from hal.comcast.net (localhost.localdomain [127.0.0.1]) by hal.comcast.net (8.14.3/8.14.3) with ESMTP id o8RDlVp3001410; Mon, 27 Sep 2010 09:47:37 -0400 Received: (from hnrose@localhost) by hal.comcast.net (8.14.3/8.14.3/Submit) id o8RDeeir001324; Mon, 27 Sep 2010 09:40:40 -0400 Date: Mon, 27 Sep 2010 09:40:40 -0400 From: Hal Rosenstock To: sashak@voltaire.com Cc: linux-rdma@vger.kernel.org Subject: [PATCH] osmtest/osmt_service.c: In osmt_run_service_records_flow, add missing status Message-ID: <20100927134040.GA1321@comcast.net> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.19 (2009-01-05) Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Mon, 27 Sep 2010 13:51:04 +0000 (UTC) diff --git a/opensm/osmtest/osmt_service.c b/opensm/osmtest/osmt_service.c index a203b0c..891fbe3 100644 --- a/opensm/osmtest/osmt_service.c +++ b/opensm/osmtest/osmt_service.c @@ -1578,6 +1578,7 @@ ib_api_status_t osmt_run_service_records_flow(IN osmtest_t * const p_osmt) OSM_LOG(&p_osmt->log, OSM_LOG_ERROR, "ERR 4A32: " "Failed to delete service name: %s\n", (char *)service_name[6]); + status = IB_ERROR; goto Exit; }