Skip to content
Commit 6dec04e8 authored by Russell King's avatar Russell King
Browse files

pcmcia: sa11xx_base: fix reporting of timing information



Fix the reporting of the currently programmed timing information.  These
entries have been showing zero due to the clock rate being a factor of
1000 too big.  With this change, we go from:

I/O      : 165 (0)
attribute: 300 (0)
common   : 300 (0)

to:

I/O      : 165 (172)
attribute: 300 (316)
common   : 300 (316)

Signed-off-by: default avatarRussell King <rmk+kernel@armlinux.org.uk>
parent ad8d52b8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment