staging/xgifb: Consolidate if/else if with identical code branches
authorPeter Huewe <peterhuewe@gmx.de>
Fri, 15 Feb 2013 19:37:09 +0000 (20:37 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 15 Feb 2013 23:12:39 +0000 (15:12 -0800)
Both branches of this if statement execute the same code.
Thus we can || them together and remove code duplication

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found