diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2015-02-12 10:14:32 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2015-02-12 10:15:10 -0500 |
commit | a281db65717544f11d8b1d8a221a60d522e03628 (patch) | |
tree | 219b28fa70eb7f271ce0fde14f25ca8addd087d2 /silence-fbcon-logo.patch | |
parent | 01bc4f68ee03f84d6cccbc5636842a3577b0c681 (diff) | |
download | kernel-a281db65717544f11d8b1d8a221a60d522e03628.tar.gz kernel-a281db65717544f11d8b1d8a221a60d522e03628.tar.xz kernel-a281db65717544f11d8b1d8a221a60d522e03628.zip |
Linux v3.19-4020-gce01e871a1d4
Diffstat (limited to 'silence-fbcon-logo.patch')
-rw-r--r-- | silence-fbcon-logo.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/silence-fbcon-logo.patch b/silence-fbcon-logo.patch index baeb94e5c..bd580c091 100644 --- a/silence-fbcon-logo.patch +++ b/silence-fbcon-logo.patch @@ -9,10 +9,10 @@ Upstream-status: Fedora mustard 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/drivers/video/console/fbcon.c b/drivers/video/console/fbcon.c -index ea437245562e..eefa9c45d2e1 100644 +index b97210671a81..2d12ad82fe75 100644 --- a/drivers/video/console/fbcon.c +++ b/drivers/video/console/fbcon.c -@@ -637,13 +637,15 @@ static void fbcon_prepare_logo(struct vc_data *vc, struct fb_info *info, +@@ -634,13 +634,15 @@ static void fbcon_prepare_logo(struct vc_data *vc, struct fb_info *info, kfree(save); } @@ -35,7 +35,7 @@ index ea437245562e..eefa9c45d2e1 100644 } } #endif /* MODULE */ -@@ -3624,6 +3626,14 @@ static int __init fb_console_init(void) +@@ -3620,6 +3622,14 @@ static int __init fb_console_init(void) return 0; } |