ehea: Remove a silly return
authorBreno Leitao <leitao@linux.vnet.ibm.com>
Wed, 15 Sep 2010 17:54:22 +0000 (17:54 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 16 Sep 2010 05:28:09 +0000 (22:28 -0700)
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>
drivers/net/ehea/ehea_main.c

index 043d990..190fb69 100644 (file)
@@ -818,8 +818,6 @@ static void check_sqs(struct ehea_port *port)
                        }
                }
        }
-
-       return;
 }