commit | 5ced24644b9f72c6fdd3c1ed2d0fd53a6d568b04 | [log] [tgz] |
---|---|---|
author | Marcel Holtmann <marcel@holtmann.org> | Mon Jan 12 23:09:48 2015 -0800 |
committer | Johan Hedberg <johan.hedberg@intel.com> | Wed Jan 14 10:02:45 2015 +0200 |
tree | 25e746bd1fba00ab9cff4b00917ccdf92ac35122 | |
parent | 36f260ceff9d2a3ac53882eec941a1424719f2a6 [diff] |
Bluetooth: Use %llu for printing duration details of selftests The duration variable for the selftests is unsigned long long and with that use %llu instead of %lld when printing the results. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>