Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73229
b: refs/heads/master
c: 246a3d1
h: refs/heads/master
i:
  73227: 47f0041
v: v3
  • Loading branch information
Li Zefan authored and Dave Airlie committed Nov 6, 2007
1 parent 02b443f commit a57ce93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 747824c67b31b5d6e9379fae8af2ef46cf715f62
refs/heads/master: 246a3d186a10266c9ee362e8d37c3bd851246b84
2 changes: 1 addition & 1 deletion trunk/drivers/char/drm/drm_ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ int drm_getstats(struct drm_device *dev, void *data,
struct drm_stats *stats = data;
int i;

memset(stats, 0, sizeof(stats));
memset(stats, 0, sizeof(*stats));

mutex_lock(&dev->struct_mutex);

Expand Down

0 comments on commit a57ce93

Please sign in to comment.