projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
498595a
)
drm/nouveau/fbcon: zero-initialise the mode_cmd2 structure
author
Ben Skeggs
<bskeggs@redhat.com>
Fri, 24 Jul 2020 07:02:48 +0000
(17:02 +1000)
committer
Ben Skeggs
<bskeggs@redhat.com>
Fri, 24 Jul 2020 08:33:14 +0000
(18:33 +1000)
This is tripping up the format modifier patches.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nouveau_fbcon.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/nouveau/nouveau_fbcon.c
b/drivers/gpu/drm/nouveau/nouveau_fbcon.c
index
843928e
..
d5c23d1
100644
(file)
--- a/
drivers/gpu/drm/nouveau/nouveau_fbcon.c
+++ b/
drivers/gpu/drm/nouveau/nouveau_fbcon.c
@@
-315,7
+315,7
@@
nouveau_fbcon_create(struct drm_fb_helper *helper,
struct drm_framebuffer *fb;
struct nouveau_channel *chan;
struct nouveau_bo *nvbo;
- struct drm_mode_fb_cmd2 mode_cmd;
+ struct drm_mode_fb_cmd2 mode_cmd
= {}
;
int ret;
mode_cmd.width = sizes->surface_width;