In the Linux kernel, the following vulnerability has been resolved:
iio: adc: menz188adc: Fix a resource leak in an error handling path
If iiodeviceregister() fails, a previous ioremap() is left unbalanced.
Update the error handling path and add the missing iounmap() call, as already done in the remove function.