From c1c8bbf80b1f734e23996bf805dc78f32ebaf56f Mon Sep 17 00:00:00 2001 From: Ben Skeggs Date: Fri, 19 Mar 2010 10:20:09 +1000 Subject: nouveau: fix annoying compiler warning --- nouveau/nouveau_channel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nouveau') 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) struct nouveau_channel_priv *nvchan; struct nouveau_device_priv *nvdev; struct drm_nouveau_channel_free cf; - int i; + unsigned i; if (!chan || !*chan) return; -- cgit v1.2.3-54-g00ecf