[PATCH] hvc_console: Unregister the console in the exit routine.
authorMilton Miller <miltonm@bga.com>
Fri, 8 Jul 2005 00:56:20 +0000 (17:56 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 8 Jul 2005 01:23:38 +0000 (18:23 -0700)
commit320da0d23ed1f82a896e0cfc1549a896d267777a
treeea61c002d0d1e0448fa47e006b0e6700bfb1af97
parent2b9e0bac9419404a2d210ccaffaec442fe63338e
[PATCH] hvc_console: Unregister the console in the exit routine.

Be thorough in our exit routine, since it says it is there to be so.
Unregistering without registering is safe (checked in 2.6.10).

Signed-off-by: Milton Miller <miltonm@bga.com>
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/hvc_console.c