Loading drivers/mmc/core/host.c +2 −0 Original line number Diff line number Diff line Loading @@ -371,6 +371,8 @@ struct mmc_host *mmc_alloc_host(int extra, struct device *dev) if (mmc_gpio_alloc(host)) { put_device(&host->class_dev); ida_simple_remove(&mmc_host_ida, host->index); kfree(host); return NULL; } Loading Loading
drivers/mmc/core/host.c +2 −0 Original line number Diff line number Diff line Loading @@ -371,6 +371,8 @@ struct mmc_host *mmc_alloc_host(int extra, struct device *dev) if (mmc_gpio_alloc(host)) { put_device(&host->class_dev); ida_simple_remove(&mmc_host_ida, host->index); kfree(host); return NULL; } Loading