Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371673
b: refs/heads/master
c: bca3913
h: refs/heads/master
i:
  371671: 7c87a91
v: v3
  • Loading branch information
Tomi Valkeinen committed May 2, 2013
1 parent 9b7f790 commit e639e1b
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: 6aa66f5c01f1f0063b14bd529b24723fb8e58075
refs/heads/master: bca3913034ef99c9cc028d054273a3b271ed62b9
2 changes: 1 addition & 1 deletion trunk/drivers/video/omap2/displays/panel-tfp410.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ static int tfp410_probe(struct omap_dss_device *dssdev)
if (!adapter) {
dev_err(&dssdev->dev, "Failed to get I2C adapter, bus %d\n",
i2c_bus_num);
return -EINVAL;
return -EPROBE_DEFER;
}

ddata->i2c_adapter = adapter;
Expand Down

0 comments on commit e639e1b

Please sign in to comment.