Browse Source

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@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Breno Leitao 15 years ago
parent
commit
b1cbd5f980
1 changed files with 0 additions and 2 deletions
  1. 0 2
      drivers/net/ehea/ehea_main.c

+ 0 - 2
drivers/net/ehea/ehea_main.c

@@ -818,8 +818,6 @@ static void check_sqs(struct ehea_port *port)
 			}
 		}
 	}
-
-	return;
 }