Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361159
b: refs/heads/master
c: 31d9adc
h: refs/heads/master
i:
  361157: 39bea44
  361155: 5745fbd
  361151: a19e298
v: v3
  • Loading branch information
Jon Hunter authored and Tony Lindgren committed Mar 4, 2013
1 parent d336257 commit 1441794
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 0adcbaf78f6267baf4eecc201107d8f8ff3b200c
refs/heads/master: 31d9adca82ce65e5c99d045b5fd917c702b6fce3
6 changes: 3 additions & 3 deletions trunk/arch/arm/mach-omap2/gpmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1122,9 +1122,6 @@ int gpmc_calc_timings(struct gpmc_timings *gpmc_t,
/* TODO: remove, see function definition */
gpmc_convert_ps_to_ns(gpmc_t);

/* Now the GPMC is initialised, unreserve the chip-selects */
gpmc_cs_map = 0;

return 0;
}

Expand Down Expand Up @@ -1383,6 +1380,9 @@ static int gpmc_probe(struct platform_device *pdev)
if (IS_ERR_VALUE(gpmc_setup_irq()))
dev_warn(gpmc_dev, "gpmc_setup_irq failed\n");

/* Now the GPMC is initialised, unreserve the chip-selects */
gpmc_cs_map = 0;

rc = gpmc_probe_dt(pdev);
if (rc < 0) {
clk_disable_unprepare(gpmc_l3_clk);
Expand Down

0 comments on commit 1441794

Please sign in to comment.