Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 372334
b: refs/heads/master
c: 80f5d37
h: refs/heads/master
v: v3
  • Loading branch information
Ezequiel Garcia authored and Jon Hunter committed Apr 1, 2013
1 parent 3438752 commit 41db6f3
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 097c9daec339e20244a11d73f20aa5ba193501d3
refs/heads/master: 80f5d373a6ed2f1708488c8fe467890433baee81
3 changes: 2 additions & 1 deletion trunk/arch/arm/mach-omap2/gpmc-onenand.c
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,8 @@ void gpmc_onenand_init(struct omap_onenand_platform_data *_onenand_data)
err = gpmc_cs_request(gpmc_onenand_data->cs, ONENAND_IO_SIZE,
(unsigned long *)&gpmc_onenand_resource.start);
if (err < 0) {
pr_err("%s: Cannot request GPMC CS\n", __func__);
pr_err("%s: Cannot request GPMC CS %d, error %d\n",
__func__, gpmc_onenand_data->cs, err);
return;
}

Expand Down

0 comments on commit 41db6f3

Please sign in to comment.