Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337958
b: refs/heads/master
c: d21a9d3
h: refs/heads/master
v: v3
  • Loading branch information
YAMANE Toshiaki authored and Greg Kroah-Hartman committed Nov 15, 2012
1 parent 3f17de0 commit d445d54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: bd690dece9467a0178ebe8db0ddaaefdc180f0dd
refs/heads/master: d21a9d3ba52ae07662cc7832009b1502eda41072
4 changes: 2 additions & 2 deletions trunk/drivers/staging/omapdrm/omap_crtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@ struct drm_crtc *omap_crtc_init(struct drm_device *dev,
return crtc;

fail:
if (crtc) {
if (crtc)
omap_crtc_destroy(crtc);
}

return NULL;
}

0 comments on commit d445d54

Please sign in to comment.