]> git.baikalelectronics.ru Git - kernel.git/commit
staging: xgifb: vb_setmode: delete IF_DEF_CRT2Monitor checks
authorAaro Koskinen <aaro.koskinen@iki.fi>
Wed, 29 May 2013 20:59:16 +0000 (23:59 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 May 2013 11:55:53 +0000 (20:55 +0900)
commit95379905a69f76ae5c01bcb792fc7778fbafa7bc
tree32345e87c75b14d39a1e4111aa1025f038eb1193
parentd638fb6fea4b62babe097d9a8e804133e8dcb64b
staging: xgifb: vb_setmode: delete IF_DEF_CRT2Monitor checks

Code checking for IF_DEF_CRT2Monitor is only executed for chips < XG20,
and there IF_DEF_CRT2Monitor is always true, so the flag is redundant.

Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/xgifb/vb_setmode.c