Re: [PATCH] tty/vt: Remove printable variable

2022-08-30 Thread Sam Ravnborg
Hi Daniel, On Tue, Aug 30, 2022 at 03:41:17PM +0200, Daniel Vetter wrote: > Every since the 0.99.7A release when console_register() was introduced > it's become impossible to call vt_console_print (called > console_print() back then still) directly. Which means the > initialization issue this vari

Re: [PATCH] tty/vt: Remove printable variable

2022-08-30 Thread Daniel Vetter
On Tue, Aug 30, 2022 at 03:41:17PM +0200, Daniel Vetter wrote: > Every since the 0.99.7A release when console_register() was introduced > it's become impossible to call vt_console_print (called > console_print() back then still) directly. Which means the > initialization issue this variable protect

[PATCH] tty/vt: Remove printable variable

2022-08-30 Thread Daniel Vetter
Every since the 0.99.7A release when console_register() was introduced it's become impossible to call vt_console_print (called console_print() back then still) directly. Which means the initialization issue this variable protected against is no more. Give it a send off with style and let it rest i

Re: [PATCH] tty/vt: Remove printable variable

2022-08-29 Thread Jiri Slaby
On 26. 08. 22, 22:24, Daniel Vetter wrote: Every since the 0.99.7A release when console_register() was introduced it's become impossible to call vt_console_print (called console_print() back then still) directly. Which means the initialization issue this variable protected against is no more. Gi

Re: [PATCH] tty/vt: Remove printable variable

2022-08-26 Thread Sam Ravnborg
Hi Daniel, On Fri, Aug 26, 2022 at 10:24:19PM +0200, Daniel Vetter wrote: > Every since the 0.99.7A release when console_register() was introduced > it's become impossible to call vt_console_print (called > console_print() back then still) directly. Which means the > initialization issue this vari

[PATCH] tty/vt: Remove printable variable

2022-08-26 Thread Daniel Vetter
Every since the 0.99.7A release when console_register() was introduced it's become impossible to call vt_console_print (called console_print() back then still) directly. Which means the initialization issue this variable protected against is no more. Give it a send off with style and let it rest i