summaryrefslogtreecommitdiffstats
path: root/meta-tegra-extras/recipes/linux/linux-tegra/0001-fbcon-Compare-variable-screen-info-instead-of-modes-.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-tegra-extras/recipes/linux/linux-tegra/0001-fbcon-Compare-variable-screen-info-instead-of-modes-.patch')
-rw-r--r--meta-tegra-extras/recipes/linux/linux-tegra/0001-fbcon-Compare-variable-screen-info-instead-of-modes-.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-tegra-extras/recipes/linux/linux-tegra/0001-fbcon-Compare-variable-screen-info-instead-of-modes-.patch b/meta-tegra-extras/recipes/linux/linux-tegra/0001-fbcon-Compare-variable-screen-info-instead-of-modes-.patch
index c700e0e..dd58eed 100644
--- a/meta-tegra-extras/recipes/linux/linux-tegra/0001-fbcon-Compare-variable-screen-info-instead-of-modes-.patch
+++ b/meta-tegra-extras/recipes/linux/linux-tegra/0001-fbcon-Compare-variable-screen-info-instead-of-modes-.patch
@@ -16,14 +16,14 @@ NULL pointer dereference in fbcon_switch.
16Fix the issue by using the variable screen info structure also when adding 16Fix the issue by using the variable screen info structure also when adding
17new mode to the modelist. 17new mode to the modelist.
18--- 18---
19 drivers/video/modedb.c | 7 ++++--- 19 drivers/video/fbdev/core/modedb.c | 7 ++++---
20 1 file changed, 4 insertions(+), 3 deletions(-) 20 1 file changed, 4 insertions(+), 3 deletions(-)
21 21
22diff --git a/drivers/video/modedb.c b/drivers/video/modedb.c 22diff --git a/drivers/video/fbdev/core/modedb.c b/drivers/video/fbdev/core/modedb.c
23index 12dadab..e5093cf 100644 23index f5a53a6..a8fd871 100644
24--- a/drivers/video/modedb.c 24--- a/drivers/video/fbdev/core/modedb.c
25+++ b/drivers/video/modedb.c 25+++ b/drivers/video/fbdev/core/modedb.c
26@@ -2190,13 +2190,14 @@ int fb_add_videomode(const struct fb_videomode *mode, struct list_head *head) 26@@ -2187,13 +2187,14 @@ int fb_add_videomode(const struct fb_videomode *mode, struct list_head *head)
27 { 27 {
28 struct list_head *pos; 28 struct list_head *pos;
29 struct fb_modelist *modelist; 29 struct fb_modelist *modelist;