Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b1cbd5f9 authored by Breno Leitao's avatar Breno Leitao Committed by David S. Miller
Browse files

ehea: Remove a silly return



This patch removes the unconditional return in the end of the
function check_sqs()

Signed-off-by: default avatarBreno Leitao <leitao@linux.vnet.ibm.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 1953925e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -818,8 +818,6 @@ static void check_sqs(struct ehea_port *port)
			}
		}
	}

	return;
}