diff options
author | Sergei Shtylyov <[email protected]> | 2008-07-08 19:27:22 +0200 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <[email protected]> | 2008-07-08 19:27:22 +0200 |
commit | ffab6cf44e9058fe75a33aa86386b22e616a8f6f (patch) | |
tree | b31a0bb763c731e380d23abc290f09d620745810 /drivers/mtd/lpddr/lpddr_cmds.c | |
parent | a861beb1401d65e3f095fee074c13645ab06490e (diff) |
palm_bk3710: fix IDECLK period calculation
The driver uses completely bogus rounding formula for calculating period from
the IDECLK frequency which gives one-off period values (e.g. 11 ns with 100 MHz
IDECLK) which in turn can lead to overclocked IDE transfer timings. Actually,
rounding is just wrong in this case, so use a mere division for a safe result.
While at it, also:
- give 'ide_palm_clk' variable a more suitable name;
- get rid of the useless 'ideclkp' variable;
- drop the LISP stype 'p' postfix from the 'clkp' variable's name. :-)
Signed-off-by: Sergei Shtylyov <[email protected]>
Cc: [email protected]
Signed-off-by: Bartlomiej Zolnierkiewicz <[email protected]>
Diffstat (limited to 'drivers/mtd/lpddr/lpddr_cmds.c')
0 files changed, 0 insertions, 0 deletions