intelfb: remove some dead code
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 27 Jan 2012 12:58:33 +0000 (15:58 +0300)
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Sat, 28 Jan 2012 19:39:17 +0000 (19:39 +0000)
The goto on the line before means the return is unreachable.  The goto
also returns -ENODEV so no changes are needed there.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>

No differences found