[PATCH] Detaching fbcon: clean up exit code
authorAntonino A. Daplas <adaplas@gmail.com>
Mon, 26 Jun 2006 07:27:05 +0000 (00:27 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 26 Jun 2006 16:58:32 +0000 (09:58 -0700)
commite55186fe5fad31962d0ea5ef267bf0c23d98abd4
treecd9dc9399fbf82dc7b329980c291a17b5b5697bf
parent9a17917671d407d37bf23a527aa55acca3cb4735
[PATCH] Detaching fbcon: clean up exit code

To detach fbcon, it must also clean up all resources it allocated.  This was
never done before because fbcon cannot be unloaded.

Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/video/console/fbcon.c