staging/xgifb: Consolidate return paths
authorPeter Huewe <peterhuewe@gmx.de>
Fri, 15 Feb 2013 19:37:12 +0000 (20:37 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 15 Feb 2013 23:12:40 +0000 (15:12 -0800)
commit053004b375ca8f684f778d354eeeaf4e8b17c1f0
treee3e537daf267a16501dcd00406ac25d9eb24113d
parent516354e0b458c3c16555364e105bdee5cd1cf5f1
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>
drivers/staging/xgifb/vb_setmode.c