|
@@ -90,7 +90,8 @@ VCHIQ_STATUS_T vchiq_initialise(VCHIQ_INSTANCE_T *instance_out)
|
|
|
goto failed;
|
|
|
} else if (i > 0) {
|
|
|
vchiq_log_warning(vchiq_core_log_level,
|
|
|
- "%s: videocore initialized after %d retries\n", __func__, i);
|
|
|
+ "%s: videocore initialized after %d retries\n",
|
|
|
+ __func__, i);
|
|
|
}
|
|
|
|
|
|
instance = kzalloc(sizeof(*instance), GFP_KERNEL);
|