mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-24 17:10:13 +01:00
nouveau: fix annoying compiler warning
This commit is contained in:
parent
df32c307e8
commit
c1c8bbf80b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue