From 5970683373f0ed860c658ff0e78d12317d1c9d51 Mon Sep 17 00:00:00 2001 From: Ralph Campbell Date: Tue, 23 Oct 2007 15:07:41 -0700 Subject: [PATCH] --- yaml --- r: 76793 b: refs/heads/master c: f9b403532235520ec248c024f621efcaf6ba7b93 h: refs/heads/master i: 76791: 876bc6b029125a3c549cd2c93baea1f2e79ef281 v: v3 --- [refs] | 2 +- trunk/drivers/infiniband/hw/ipath/ipath_mad.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index f328924a995b..bbd6866ef7ad 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3828ff457a694f97f88f6978bea428199df0a690 +refs/heads/master: f9b403532235520ec248c024f621efcaf6ba7b93 diff --git a/trunk/drivers/infiniband/hw/ipath/ipath_mad.c b/trunk/drivers/infiniband/hw/ipath/ipath_mad.c index 3d1432d1e3f4..1978c346b5c5 100644 --- a/trunk/drivers/infiniband/hw/ipath/ipath_mad.c +++ b/trunk/drivers/infiniband/hw/ipath/ipath_mad.c @@ -1434,7 +1434,7 @@ static int process_subn(struct ib_device *ibdev, int mad_flags, * before checking for other consumers. * Just tell the caller to process it normally. */ - ret = IB_MAD_RESULT_FAILURE; + ret = IB_MAD_RESULT_SUCCESS; goto bail; default: smp->status |= IB_SMP_UNSUP_METHOD; @@ -1516,7 +1516,7 @@ static int process_perf(struct ib_device *ibdev, u8 port_num, * before checking for other consumers. * Just tell the caller to process it normally. */ - ret = IB_MAD_RESULT_FAILURE; + ret = IB_MAD_RESULT_SUCCESS; goto bail; default: pmp->status |= IB_SMP_UNSUP_METHOD;