mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-14 14:38:07 +02: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_channel_priv *nvchan;
|
||||||
struct nouveau_device_priv *nvdev;
|
struct nouveau_device_priv *nvdev;
|
||||||
struct drm_nouveau_channel_free cf;
|
struct drm_nouveau_channel_free cf;
|
||||||
int i;
|
unsigned i;
|
||||||
|
|
||||||
if (!chan || !*chan)
|
if (!chan || !*chan)
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue