Re: [PATCH] vt: initialize con_driver->node in con_init

2014-02-10 Thread Wang YanQing
On Fri, Feb 07, 2014 at 08:45:00AM -0800, Greg KH wrote: > On Mon, Dec 30, 2013 at 11:11:02AM +0800, Wang YanQing wrote: > > Commit 6db4063c5b72b46e9793b0f141a7a3984ac6facf > > ("[PATCH] VT binding: Add sysfs control to the VT layer") > > add node item into struct con_driver. > > That commit was a

Re: [PATCH] vt: initialize con_driver->node in con_init

2014-02-07 Thread Greg KH
On Mon, Dec 30, 2013 at 11:11:02AM +0800, Wang YanQing wrote: > Commit 6db4063c5b72b46e9793b0f141a7a3984ac6facf > ("[PATCH] VT binding: Add sysfs control to the VT layer") > add node item into struct con_driver. That commit was almost a decade ago, is this patch really needed? > This patch initia

Re: [PATCH] vt: initialize con_driver->node in con_init

2014-01-08 Thread Greg KH
On Mon, Dec 30, 2013 at 11:11:02AM +0800, Wang YanQing wrote: > Commit 6db4063c5b72b46e9793b0f141a7a3984ac6facf > ("[PATCH] VT binding: Add sysfs control to the VT layer") > add node item into struct con_driver. That patch was from 2006. Why is this change needed now, what problems happen without

[PATCH] vt: initialize con_driver->node in con_init

2013-12-29 Thread Wang YanQing
Commit 6db4063c5b72b46e9793b0f141a7a3984ac6facf ("[PATCH] VT binding: Add sysfs control to the VT layer") add node item into struct con_driver. This patch initialize con_driver->node in con_init. Signed-off-by: Wang YanQing --- drivers/tty/vt/vt.c | 1 + 1 file changed, 1 insertion(+) diff --g