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

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
......@@ -818,8 +818,6 @@ static void check_sqs(struct ehea_port *port)
}
}
}
return;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment