Re: [PATCH 1/2] staging: greybus: sdio: Convert to devm_mmc_alloc_host()

From: Greg Kroah-Hartman

Date: Wed Sep 16 2026 - 03:47:47 EST


On Tue, Sep 15, 2026 at 03:20:45PM +0200, Ulf Hansson wrote:
> From: Ulf Hansson <ulfh@xxxxxxxxxx>
>
> Simplify the code by converting from mmc_alloc_host() to the resource
> managed devm_mmc_alloc_host().
>
> Signed-off-by: Ulf Hansson <ulfh@xxxxxxxxxx>
> ---
> drivers/staging/greybus/sdio.c | 11 +++--------
> 1 file changed, 3 insertions(+), 8 deletions(-)

Acked-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>