vt: add missing notification when switching back to text mode

Programs using poll() on /dev/vcsa to be notified when VT changes occur
were missing one case: the switch from gfx to text mode.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
Link: https://lore.kernel.org/r/9o5ro928-0pp4-05rq-70p4-ro385n21n723@onlyvoer.pbz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by Nicolas Pitre and committed by Greg Kroah-Hartman ff78538e e04c78d8

+1
+1
drivers/tty/vt/vt.c
··· 4650 4650 set_palette(vc); 4651 4651 set_cursor(vc); 4652 4652 vt_event_post(VT_EVENT_UNBLANK, vc->vc_num, vc->vc_num); 4653 + notify_update(vc); 4653 4654 } 4654 4655 EXPORT_SYMBOL(do_unblank_screen); 4655 4656