nouveau: fix annoying compiler warning

main
Ben Skeggs 2010-03-19 10:20:09 +10:00
parent df32c307e8
commit c1c8bbf80b
1 changed files with 1 additions and 1 deletions

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;