commit | cbd5a16820e576d26bf985ad62b8c4cdf792fb45 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@armlinux.org.uk> | Wed Aug 31 08:49:43 2016 +0100 |
committer | Russell King <rmk+kernel@armlinux.org.uk> | Mon Sep 12 10:57:01 2016 +0100 |
tree | 9e8a2ec657882a53f1270c8e14ddd3be5e146e92 | |
parent | 6dec04e8f30a8cf1e782500244d8601c1f8505ad [diff] |
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>