Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337970
b: refs/heads/master
c: 373de7f
h: refs/heads/master
v: v3
  • Loading branch information
YAMANE Toshiaki authored and Greg Kroah-Hartman committed Nov 15, 2012
1 parent ea347c4 commit d0c9566
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: 4a19313c9d09967db35833982de2c6565ee5e7e9
refs/heads/master: 373de7f4f7a52d3d18cbe78087325f98e3b7cded
4 changes: 2 additions & 2 deletions trunk/drivers/staging/omapdrm/omap_plane.c
Original file line number Diff line number Diff line change
Expand Up @@ -551,8 +551,8 @@ struct drm_plane *omap_plane_init(struct drm_device *dev,
return plane;

fail:
if (plane) {
if (plane)
omap_plane_destroy(plane);
}

return NULL;
}

0 comments on commit d0c9566

Please sign in to comment.