]> git.baikalelectronics.ru Git - kernel.git/commit
pcmcia: sa11xx_base: fix reporting of timing information
authorRussell King <rmk+kernel@armlinux.org.uk>
Wed, 31 Aug 2016 07:49:43 +0000 (08:49 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Mon, 12 Sep 2016 09:57:00 +0000 (10:57 +0100)
commitbe8ea169d9f0b9798be6daa5aea5570ab2792c50
tree5b691b9d1827c89b355a75ed6f3aaa889331f216
parent6cd491a4d74685bfec1051756408da88aeb1d569
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: Russell King <rmk+kernel@armlinux.org.uk>
drivers/pcmcia/sa11xx_base.c