Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293535
b: refs/heads/master
c: 493dea2
h: refs/heads/master
i:
  293533: 9d3f112
  293531: e2a828a
  293527: cb8365a
  293519: 2008449
  293503: f9b1b15
v: v3
  • Loading branch information
Thomas Meyer authored and Daniel Vetter committed Jan 17, 2012
1 parent 11f48d1 commit fed762f
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: d7e96feab83d29e27d14c60f1fa7c716ef7880cd
refs/heads/master: 493dea2876df144ec57a6a9efbe55db43c7a729e
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/intel_bios.c
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ parse_device_mapping(struct drm_i915_private *dev_priv,
DRM_DEBUG_KMS("no child dev is parsed from VBT\n");
return;
}
dev_priv->child_dev = kzalloc(sizeof(*p_child) * count, GFP_KERNEL);
dev_priv->child_dev = kcalloc(count, sizeof(*p_child), GFP_KERNEL);
if (!dev_priv->child_dev) {
DRM_DEBUG_KMS("No memory space for child device\n");
return;
Expand Down

0 comments on commit fed762f

Please sign in to comment.