From: Breno Leitao Date: Wed, 15 Sep 2010 17:54:22 +0000 (+0000) Subject: ehea: Remove a silly return X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b1cbd5f980863eb97f687baba95850c334c83a47;p=linux-beck.git 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 --- diff --git a/drivers/net/ehea/ehea_main.c b/drivers/net/ehea/ehea_main.c index 043d99013056..190fb691d20b 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; }