Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148725
b: refs/heads/master
c: c5c0755
h: refs/heads/master
i:
  148723: 11fcc4a
v: v3
  • Loading branch information
Figo.zhang authored and Dave Airlie committed Jun 12, 2009
1 parent fa1903f commit 1fcdf54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: be25ed9c5cc06e1d17aa97e41daf88f0b46143e6
refs/heads/master: c5c07550d41abe86d109430e718f2007113031f8
6 changes: 2 additions & 4 deletions trunk/drivers/gpu/drm/via/via_dmablit.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,8 @@ via_free_sg_info(struct pci_dev *pdev, drm_via_sg_info_t *vsg)
default:
vsg->state = dr_via_sg_init;
}
if (vsg->bounce_buffer) {
vfree(vsg->bounce_buffer);
vsg->bounce_buffer = NULL;
}
vfree(vsg->bounce_buffer);
vsg->bounce_buffer = NULL;
vsg->free_on_sequence = 0;
}

Expand Down

0 comments on commit 1fcdf54

Please sign in to comment.