vt_change_font() calls vtbuf_grow() to change some vt driver data structures. It uses TF_MUTE to prevent the console from trying to use those data structures while it changes them.
The vt driver's tc_done routine uses those data structures; however, it is currently called outside the TF_MUTE check.
Move the tc_done routine inside the locked TF_MUTE check.
Sponsored by: Netflix
Bug: 217282