diff options
author | Breno Leitao <leitao@linux.vnet.ibm.com> | 2010-09-15 17:54:22 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-09-15 22:28:09 -0700 |
commit | b1cbd5f980863eb97f687baba95850c334c83a47 (patch) | |
tree | 0834a5566037e1c80e83b58627267b37f67aee83 /drivers/net/ehea/ehea_main.c | |
parent | 1953925ea61cd1a77828deddc61d000303dbbb97 (diff) |
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>
Diffstat (limited to 'drivers/net/ehea/ehea_main.c')
-rw-r--r-- | 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 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; } |