commit | 7bc1dc7174d06104fde069a3b5aef1c5b902a5c9 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Fri Jan 27 15:58:33 2012 +0300 |
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | Sat Jan 28 19:39:17 2012 +0000 |
tree | 633e3ee07d71a3cc9b958de7793e563f991be1ba | |
parent | 64a9de8f07bf9ca909561c50d9f9e63bb7221b91 [diff] |
intelfb: remove some dead code 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>