From b1cbd5f980863eb97f687baba95850c334c83a47 Mon Sep 17 00:00:00 2001 From: Breno Leitao Date: Wed, 15 Sep 2010 17:54:22 +0000 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 Signed-off-by: David S. Miller --- drivers/net/ehea/ehea_main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/net/ehea/ehea_main.c b/drivers/net/ehea/ehea_main.c index 043d9901305..190fb691d20 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; } -- 2.41.0