Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6
[firefly-linux-kernel-4.4.55.git] / net / bluetooth / selftest.c
index 9c67315172cf2185457d355df5bb527f85b98d06..378f4064952cfd0fe954511e76d307a486118ca4 100644 (file)
@@ -184,7 +184,7 @@ static int __init test_ecdh(void)
        delta = ktime_sub(rettime, calltime);
        duration = (unsigned long long) ktime_to_ns(delta) >> 10;
 
-       BT_INFO("ECDH test passed in %lld usecs", duration);
+       BT_INFO("ECDH test passed in %llu usecs", duration);
 
        return 0;
 }