aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Skeggs2010-03-18 19:20:09 -0500
committerBen Skeggs2010-03-18 19:20:15 -0500
commitc1c8bbf80b1f734e23996bf805dc78f32ebaf56f (patch)
treedf749bb90acb46ae8311fd48710aeffdfb72b2b4 /nouveau
parentdf32c307e8f81b46ee8aa4dd7222fc18f175bbb3 (diff)
downloadlibdrm-c1c8bbf80b1f734e23996bf805dc78f32ebaf56f.tar.gz
libdrm-c1c8bbf80b1f734e23996bf805dc78f32ebaf56f.tar.xz
libdrm-c1c8bbf80b1f734e23996bf805dc78f32ebaf56f.zip
nouveau: fix annoying compiler warning
Diffstat (limited to 'nouveau')
-rw-r--r--nouveau/nouveau_channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nouveau/nouveau_channel.c b/nouveau/nouveau_channel.c
index 5622c1d9..40a0b344 100644
--- a/nouveau/nouveau_channel.c
+++ b/nouveau/nouveau_channel.c
@@ -106,7 +106,7 @@ nouveau_channel_free(struct nouveau_channel **chan)
106 struct nouveau_channel_priv *nvchan; 106 struct nouveau_channel_priv *nvchan;
107 struct nouveau_device_priv *nvdev; 107 struct nouveau_device_priv *nvdev;
108 struct drm_nouveau_channel_free cf; 108 struct drm_nouveau_channel_free cf;
109 int i; 109 unsigned i;
110 110
111 if (!chan || !*chan) 111 if (!chan || !*chan)
112 return; 112 return;