Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371188
b: refs/heads/master
c: 5c67eeb
h: refs/heads/master
v: v3
  • Loading branch information
Mihnea Dobrescu-Balaur authored and Daniel Vetter committed Mar 11, 2013
1 parent 2a78ba1 commit dfe53c3
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: 35aad75fd3afed550c42f5f5148d11c8c345f57d
refs/heads/master: 5c67eeb6bf7eef062c835a64b501f3c926712fa5
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/intel_sdvo.c
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ static bool intel_sdvo_write_cmd(struct intel_sdvo *intel_sdvo, u8 cmd,
int i, ret = true;

/* Would be simpler to allocate both in one go ? */
buf = (u8 *)kzalloc(args_len * 2 + 2, GFP_KERNEL);
buf = kzalloc(args_len * 2 + 2, GFP_KERNEL);
if (!buf)
return false;

Expand Down

0 comments on commit dfe53c3

Please sign in to comment.