commit | 6d9885a8ce45cd9b7d36517ee823a480eaf95c02 | [log] [tgz] |
---|---|---|
author | Jasper Spaans <jasper@vs19.net> | Thu Nov 24 16:53:36 2005 +0100 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Thu Nov 24 18:40:34 2005 -0800 |
tree | e2579aea1ad0c0896d95afd1a0cc28b9c21c97fb | |
parent | 33bc227e4e48ddadcf2eacb381c19df338f0a6c8 [diff] |
[PATCH] fbcon: fix obvious bug in fbcon logo rotation code This code fixes a tiny problem with the recent fbcon rotation changes: fb_prepare_logo doesn't check the return value of fb_find_logo and that causes a crash for my while booting. Obvious & working & tested fix is here. Signed-off-by: Jasper Spaans <jasper@vs19.net> Acked-by: Antonino Daplas <adaplas@pol.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org>