Bluetooth: Use %llu for printing duration details of selftests
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 13 Jan 2015 07:09:48 +0000 (23:09 -0800)
committerJohan Hedberg <johan.hedberg@intel.com>
Wed, 14 Jan 2015 08:02:45 +0000 (10:02 +0200)
commit5ced24644b9f72c6fdd3c1ed2d0fd53a6d568b04
tree25e746bd1fba00ab9cff4b00917ccdf92ac35122
parent36f260ceff9d2a3ac53882eec941a1424719f2a6
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>
net/bluetooth/selftest.c
net/bluetooth/smp.c
This page took 0.028774 seconds and 5 git commands to generate.