Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371555
b: refs/heads/master
c: 9e48854
h: refs/heads/master
i:
  371553: 42b85dc
  371551: ca1fc80
v: v3
  • Loading branch information
Sachin Kamat authored and Dave Airlie committed Apr 24, 2013
1 parent f8084fb commit dcc7354
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: e6637d5427d2af9f3f33b95447bfc5347e5ccd85
refs/heads/master: 9e48854c58ca9a0f39e716dcb18247bfc21e2022
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/tilcdc/tilcdc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ static int modeset_init(struct drm_device *dev)
mod->funcs->modeset_init(mod, dev);
}

if ((priv->num_encoders = 0) || (priv->num_connectors == 0)) {
if ((priv->num_encoders == 0) || (priv->num_connectors == 0)) {
/* oh nos! */
dev_err(dev->dev, "no encoders/connectors found\n");
return -ENXIO;
Expand Down

0 comments on commit dcc7354

Please sign in to comment.