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:
Narcisa Ana Maria Vasile 2017-03-04 22:02:31 +02:00 коммит произвёл Greg Kroah-Hartman
Родитель 83e4e8d2c2
Коммит 418314821b
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -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) {