[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHk-=whn_yTjV=YAU4xMBkLEb+E76zUKM_Xy5ZwMp_504wqR9A@mail.gmail.com>
Date: Thu, 24 Jun 2021 11:00:11 -0700
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: Ulf Hansson <ulf.hansson@...aro.org>
Cc: linux-mmc@...r.kernel.org,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [GIT PULL] MMC fixes for v5.13-rc8
On Thu, Jun 24, 2021 at 5:32 AM Ulf Hansson <ulf.hansson@...aro.org> wrote:
>
> Neil Armstrong (1):
> mmc: meson-gx: use memcpy_to/fromio for dram-access-quirk
Ugh. How horribly ugly.
Why is that 'host->dram_access_quirk' test _inside_ the loop, rather
than be something like
if (host->dram_access_quirk)
return sg_copy_to_buffer(data->sg, data->sg_len,
host->bounce_buf, xfer_bytes);
at the top of the function, with meson_mmc_copy_buffer() then only
handling the mmio case?
No, I don't know this code, I'm just looking at the patch and going
"that looks really ugly".
Anyway, I've pulled it, but I thought I'd voice my reaction to it..
Linus
Powered by blists - more mailing lists