diff options
Diffstat (limited to 'security/smc/tf_device.c')
-rw-r--r-- | security/smc/tf_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/smc/tf_device.c b/security/smc/tf_device.c index 9ee72ec..deed0e1 100644 --- a/security/smc/tf_device.c +++ b/security/smc/tf_device.c @@ -388,7 +388,7 @@ static int __init tf_device_register(void) } #ifdef CONFIG_TF_DRIVER_CRYPTO_FIPS - error = tf_self_test_post_init(&(dev_stats->kobj)); + error = tf_self_test_post_init(&(g_tf_dev.kobj)); /* N.B. error > 0 indicates a POST failure, which will not prevent the module from loading. */ if (error < 0) { |