nouveau: fix annoying compiler warning

This commit is contained in:
Ben Skeggs 2010-03-19 10:20:09 +10:00
parent df32c307e8
commit c1c8bbf80b

View file

@ -106,7 +106,7 @@ nouveau_channel_free(struct nouveau_channel **chan)
struct nouveau_channel_priv *nvchan;
struct nouveau_device_priv *nvdev;
struct drm_nouveau_channel_free cf;
int i;
unsigned i;
if (!chan || !*chan)
return;