projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c0adcc
)
fbcon: disable cursor_blink by default
author
Nick Xie
<nick@khadas.com>
Thu, 28 May 2020 02:48:07 +0000
(10:48 +0800)
committer
Nick Xie
<nick@khadas.com>
Thu, 28 May 2020 02:48:07 +0000
(10:48 +0800)
Signed-off-by: Nick Xie <nick@khadas.com>
drivers/video/console/fbcon.c
patch
|
blob
|
history
diff --git
a/drivers/video/console/fbcon.c
b/drivers/video/console/fbcon.c
index
178b507
..
8cd58b9
100644
(file)
--- a/
drivers/video/console/fbcon.c
+++ b/
drivers/video/console/fbcon.c
@@
-146,7
+146,7
@@
static const struct consw fb_con;
static int fbcon_set_origin(struct vc_data *);
-static int fbcon_cursor_noblink;
+static int fbcon_cursor_noblink
= 1
;
#define divides(a, b) ((!(a) || (b)%(a)) ? 0 : 1)