Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218008
b: refs/heads/master
c: 6edc324
h: refs/heads/master
v: v3
  • Loading branch information
Chris Wilson committed Sep 12, 2010
1 parent 27509dc commit 2ba0ab4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b5c616a75428d85f92407e4509553f937b720630
refs/heads/master: 6edc3242e35f03990e362e7c115e722717f0f7a7
2 changes: 2 additions & 0 deletions trunk/drivers/gpu/drm/i915/intel_bios.c
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ parse_lfp_panel_data(struct drm_i915_private *dev_priv,
((unsigned char *)entry + dvo_timing_offset);

panel_fixed_mode = kzalloc(sizeof(*panel_fixed_mode), GFP_KERNEL);
if (!panel_fixed_mode)
return;

fill_detail_timing_data(panel_fixed_mode, dvo_timing);

Expand Down

0 comments on commit 2ba0ab4

Please sign in to comment.