]> git.baikalelectronics.ru Git - kernel.git/commit
Staging: xgifb: Remove LCDA detection in xgifb_probe().
authorMiguel Gómez <magomez@igalia.com>
Fri, 6 Jul 2012 10:40:38 +0000 (12:40 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 11 Jul 2012 23:59:28 +0000 (16:59 -0700)
commitdaffa5da591849fc1464a181157e0b0a23ae1cf0
tree01f52449c15ec1ca76bbb30f77aaf58c988c4081
parent0e00802b107e8dbf59fdbaa3dcd8d461637c7190
Staging: xgifb: Remove LCDA detection in xgifb_probe().

The piece of code that checks for LCDA in xgifb_probe() just checks for some
register values but doesn't really do anything in response to them (the actions
that should be executed are commented).
As nothing is really being done, the code can be safely removed.

Signed-off-by: Miguel Gómez <magomez@igalia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/xgifb/XGI_main_26.c