[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1284609262-8653-1-git-send-email-leitao@linux.vnet.ibm.com>
Date: Thu, 16 Sep 2010 00:54:22 -0300
From: Breno Leitao <leitao@...ux.vnet.ibm.com>
To: netdev@...r.kernel.org
Cc: Breno Leitao <leitao@...ux.vnet.ibm.com>
Subject: [PATCH] ehea: Remove a silly return
This patch removes the unconditional return in the end of the
function check_sqs()
Signed-off-by: Breno Leitao <leitao@...ux.vnet.ibm.com>
---
drivers/net/ehea/ehea_main.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/drivers/net/ehea/ehea_main.c b/drivers/net/ehea/ehea_main.c
index a333b42..d77015b 100644
--- a/drivers/net/ehea/ehea_main.c
+++ b/drivers/net/ehea/ehea_main.c
@@ -818,8 +818,6 @@ static void check_sqs(struct ehea_port *port)
}
}
}
-
- return;
}
--
1.7.2.2
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists