staging/xgifb: Remove uneccessary/simply if in XGINew_GetXG20DRAMType
authorPeter Huewe <peterhuewe@gmx.de>
Mon, 13 May 2013 21:41:45 +0000 (23:41 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 May 2013 23:02:33 +0000 (16:02 -0700)
Instead of storing the value in a temp variable, anding it with 1 and
assign data conditionally we can assign the value directly.

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

No differences found