diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2014-11-03 10:15:39 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2014-11-03 10:15:39 -0500 |
commit | a011ddd4b5885228de2005537824815a467d26ca (patch) | |
tree | 0d95cc3d51b761c9b4fa304101a86c9516ce0eae /silence-fbcon-logo.patch | |
parent | 3b752c8c75943ec9feb71be1a64b6522989bcf75 (diff) | |
download | kernel-a011ddd4b5885228de2005537824815a467d26ca.tar.gz kernel-a011ddd4b5885228de2005537824815a467d26ca.tar.xz kernel-a011ddd4b5885228de2005537824815a467d26ca.zip |
Linux v3.18-rc3
- Disable debugging options.
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 2b907f90b..20a5b6a70 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 57b1d44acbfe..31048a85713d 100644 +index eb976ee3a02f..275f20a643f4 100644 --- a/drivers/video/console/fbcon.c +++ b/drivers/video/console/fbcon.c -@@ -638,13 +638,15 @@ static void fbcon_prepare_logo(struct vc_data *vc, struct fb_info *info, +@@ -637,13 +637,15 @@ static void fbcon_prepare_logo(struct vc_data *vc, struct fb_info *info, kfree(save); } @@ -35,7 +35,7 @@ index 57b1d44acbfe..31048a85713d 100644 } } #endif /* MODULE */ -@@ -3625,6 +3627,14 @@ static int __init fb_console_init(void) +@@ -3624,6 +3626,14 @@ static int __init fb_console_init(void) return 0; } |