In the Linux kernel, the following vulnerability has been resolved:
mmc: atmel-mci: fix return value check of mmc_add_host()
mmc_add_host() may return error, if we ignore its return value, it will lead two issues:
So fix this by checking the return value and calling mmc_free_host() in the error path.
No affected software listed.