s390/zcrypt: don't leak memory if dev_set_name() fails
In the Linux kernel, the following vulnerability has been resolved:
When dev_set_name() fails, zcdn_create() doesn't free the newly allocated resources. Do it.