mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 00:21:59 +00:00
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>
This commit is contained in:
parent
1953925ea6
commit
b1cbd5f980
@ -818,8 +818,6 @@ static void check_sqs(struct ehea_port *port)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user