From: Breno Leitao Date: Wed, 15 Sep 2010 17:54:22 +0000 (+0000) Subject: ehea: Remove a silly return X-Git-Tag: v2.6.37-rc1~147^2~423 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b1cbd5f980863eb97f687baba95850c334c83a47;p=platform%2Fkernel%2Flinux-exynos.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 043d990..190fb69 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; }