Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184846
b: refs/heads/master
c: 92fe0ff
h: refs/heads/master
v: v3
  • Loading branch information
Aaro Koskinen authored and Tomi Valkeinen committed Feb 12, 2010
1 parent c1d8b39 commit c9b5319
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: 80b1cc23ac96373bd5ff17f8959f2587d6fc37dd
refs/heads/master: 92fe0ff16a9299233104187bd6ceb2101501badc
4 changes: 2 additions & 2 deletions trunk/drivers/video/omap2/displays/panel-taal.c
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ static int taal_probe(struct omap_dss_device *dssdev)
if (td->esd_wq == NULL) {
dev_err(&dssdev->dev, "can't create ESD workqueue\n");
r = -ENOMEM;
goto err2;
goto err1;
}
INIT_DELAYED_WORK_DEFERRABLE(&td->esd_work, taal_esd_work);

Expand All @@ -528,7 +528,7 @@ static int taal_probe(struct omap_dss_device *dssdev)
&taal_bl_ops);
if (IS_ERR(bldev)) {
r = PTR_ERR(bldev);
goto err1;
goto err2;
}

td->bldev = bldev;
Expand Down

0 comments on commit c9b5319

Please sign in to comment.