aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ehea/ehea_main.c
diff options
context:
space:
mode:
authorBreno Leitao <leitao@linux.vnet.ibm.com>2010-09-15 17:54:22 +0000
committerDavid S. Miller <davem@davemloft.net>2010-09-15 22:28:09 -0700
commitb1cbd5f980863eb97f687baba95850c334c83a47 (patch)
tree0834a5566037e1c80e83b58627267b37f67aee83 /drivers/net/ehea/ehea_main.c
parentsky2: enable GRO by default (diff)
downloadlinux-dev-b1cbd5f980863eb97f687baba95850c334c83a47.tar.xz
linux-dev-b1cbd5f980863eb97f687baba95850c334c83a47.zip
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.c2
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;
}