diff options
-rw-r--r-- | nouveau/abi16.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nouveau/abi16.c b/nouveau/abi16.c index 688a9ac6..0fa575ce 100644 --- a/nouveau/abi16.c +++ b/nouveau/abi16.c @@ -55,7 +55,7 @@ int abi16_chan_nvc0(struct nouveau_object *obj) { struct nouveau_device *dev = (struct nouveau_device *)obj->parent; - struct drm_nouveau_channel_alloc req; + struct drm_nouveau_channel_alloc req = {}; struct nvc0_fifo *nvc0 = obj->data; int ret; |