staging: vc04_services: Remove error message on kmalloc() failure
Remove 'Out of memory' message because kmalloc already prints a message in case of error. Signed-off-by: Narcisa Ana Maria Vasile <narcisaanamaria12@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Родитель
83e4e8d2c2
Коммит
418314821b
|
@ -2606,9 +2606,6 @@ vchiq_add_service_internal(VCHIQ_STATE_T *state,
|
|||
sema_init(&service->bulk_remove_event, 0);
|
||||
mutex_init(&service->bulk_mutex);
|
||||
memset(&service->stats, 0, sizeof(service->stats));
|
||||
} else {
|
||||
vchiq_log_error(vchiq_core_log_level,
|
||||
"Out of memory");
|
||||
}
|
||||
|
||||
if (service) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче