Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190293
b: refs/heads/master
c: 11e1ef2
h: refs/heads/master
i:
  190291: 16d0f7f
v: v3
  • Loading branch information
stanley.miao authored and Tony Lindgren committed Apr 23, 2010
1 parent a206a1f commit db9ef8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5241b6b3bfa7be3661398cf93cb3dd187aeb65c6
refs/heads/master: 11e1ef2d105900a302b7ca92bcaf96a96d0274a1
3 changes: 3 additions & 0 deletions trunk/arch/arm/mach-omap2/gpmc-nand.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ static int omap2_nand_gpmc_retime(void)
struct gpmc_timings t;
int err;

if (!gpmc_nand_data->gpmc_t)
return 0;

memset(&t, 0, sizeof(t));
t.sync_clk = gpmc_round_ns_to_ticks(gpmc_nand_data->gpmc_t->sync_clk);
t.cs_on = gpmc_round_ns_to_ticks(gpmc_nand_data->gpmc_t->cs_on);
Expand Down

0 comments on commit db9ef8e

Please sign in to comment.