Skip to content

Commit

Permalink
ehea: Remove a silly return
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Breno Leitao authored and David S. Miller committed Sep 16, 2010
1 parent 1953925 commit b1cbd5f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/net/ehea/ehea_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -818,8 +818,6 @@ static void check_sqs(struct ehea_port *port)
}
}
}

return;
}


Expand Down

0 comments on commit b1cbd5f

Please sign in to comment.