]> git.baikalelectronics.ru Git - kernel.git/commit
pcmcia: sa11xx_base: add units to the 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:01 +0000 (10:57 +0100)
commit4ba770a762679c76d97aa559961f70a68875a9f8
tree9e8a2ec657882a53f1270c8e14ddd3be5e146e92
parentbe8ea169d9f0b9798be6daa5aea5570ab2792c50
pcmcia: sa11xx_base: add units to the timing information

Add units to the timing information, so we know that the numbers are
nanoseconds.  The output changes from:

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

to:

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

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
drivers/pcmcia/sa11xx_base.c