Re: [PATCH v2 04/11] mmc: core: Move code to get pending SDIO IRQs to a function

From: Doug Anderson
Date: Mon Sep 09 2019 - 18:33:06 EST


Hi,

On Sun, Sep 8, 2019 at 3:12 AM Ulf Hansson <ulf.hansson@xxxxxxxxxx> wrote:
>
> From: Matthias Kaehlcke <mka@xxxxxxxxxxxx>
>
> To improve code quality, let's move the code that gets pending SDIO IRQs
> from process_sdio_pending_irqs() into a dedicated function.
>
> Signed-off-by: Matthias Kaehlcke <mka@xxxxxxxxxxxx>
> [Ulf: Converted function into static]
> Tested-by: Matthias Kaehlcke <mka@xxxxxxxxxxxx>
> Signed-off-by: Ulf Hansson <ulf.hansson@xxxxxxxxxx>
> ---
> drivers/mmc/core/sdio_irq.c | 46 ++++++++++++++++++++++++-------------
> 1 file changed, 30 insertions(+), 16 deletions(-)

Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx>