|
@@ -1354,8 +1354,7 @@ out_error_memory:
|
|
|
mempool_destroy(hvc_iucv_mempool);
|
|
mempool_destroy(hvc_iucv_mempool);
|
|
|
kmem_cache_destroy(hvc_iucv_buffer_cache);
|
|
kmem_cache_destroy(hvc_iucv_buffer_cache);
|
|
|
out_error:
|
|
out_error:
|
|
|
- if (hvc_iucv_filter)
|
|
|
|
|
- kfree(hvc_iucv_filter);
|
|
|
|
|
|
|
+ kfree(hvc_iucv_filter);
|
|
|
hvc_iucv_devices = 0; /* ensure that we do not provide any device */
|
|
hvc_iucv_devices = 0; /* ensure that we do not provide any device */
|
|
|
return rc;
|
|
return rc;
|
|
|
}
|
|
}
|