Re: [PATCH] fbcon: trivial optimization for fbcon_exit

2014-01-08 Thread Tomi Valkeinen
On 2013-12-27 04:39, Wang YanQing wrote: > Break out as soon as we find a mapped entry con2fb_map. > > Signed-off-by: Wang YanQing > --- > drivers/video/console/fbcon.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/drivers/video/console/fbcon.c

Re: [PATCH] fbcon: trivial optimization for fbcon_exit

2014-01-08 Thread Tomi Valkeinen
On 2013-12-27 04:39, Wang YanQing wrote: Break out as soon as we find a mapped entry con2fb_map. Signed-off-by: Wang YanQing udkni...@gmail.com --- drivers/video/console/fbcon.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/video/console/fbcon.c

[PATCH] fbcon: trivial optimization for fbcon_exit

2013-12-26 Thread Wang YanQing
Break out as soon as we find a mapped entry con2fb_map. Signed-off-by: Wang YanQing --- drivers/video/console/fbcon.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/video/console/fbcon.c b/drivers/video/console/fbcon.c index cd8a802..f39931f 100644 ---

[PATCH] fbcon: trivial optimization for fbcon_exit

2013-12-26 Thread Wang YanQing
Break out as soon as we find a mapped entry con2fb_map. Signed-off-by: Wang YanQing udkni...@gmail.com --- drivers/video/console/fbcon.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/video/console/fbcon.c b/drivers/video/console/fbcon.c index cd8a802..f39931f