Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 345067
b: refs/heads/master
c: 6380813
h: refs/heads/master
i:
  345065: 97cd047
  345063: 86c4adc
v: v3
  • Loading branch information
Wei Yongjun authored and Dave Airlie committed Nov 7, 2012
1 parent 1ed7fe1 commit 3c57fd4
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: 39ec748f717460290424208d23879eadbf5ffb1c
refs/heads/master: 6380813c6e316455b944ba5f7b1515c98b837850
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/gma500/mdfld_dsi_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ void mdfld_dsi_output_init(struct drm_device *dev,

dev_dbg(dev->dev, "init DSI output on pipe %d\n", pipe);

if (!dev || ((pipe != 0) && (pipe != 2))) {
if (pipe != 0 && pipe != 2) {
DRM_ERROR("Invalid parameter\n");
return;
}
Expand Down

0 comments on commit 3c57fd4

Please sign in to comment.