Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
staging/xgifb: Consolidate return paths
Both branches of this if statement end in the same return statement. -> move the return to the bottom and get rid of the else statement. Signed-off-by: Peter Huewe <peterhuewe@gmx.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
- Loading branch information