Skip to content

Commit

Permalink
drm/nv50/pm: free state struct after setting clocks
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
  • Loading branch information
Ben Skeggs committed Dec 21, 2011
1 parent 0b627a0 commit 19fa224
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/nouveau/nv50_pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,7 @@ nv50_pm_clocks_set(struct drm_device *dev, void *data)
ret = -EBUSY;
resume:
nv_mask(dev, 0x002504, 0x00000001, 0x00000000);
kfree(info);
return ret;
}

Expand Down

0 comments on commit 19fa224

Please sign in to comment.