Hi, > From: Yoshihiro Shimoda, Sent: Friday, June 25, 2021 4:55 PM > > Refactor of_device_id.data to avoid increasing numbers of > sdhi_quirks_match[] entry when we add other stable SoCs like > r8a779m*. > > Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@xxxxxxxxxxx> > --- <snip> > diff --git a/drivers/mmc/host/renesas_sdhi_sys_dmac.c b/drivers/mmc/host/renesas_sdhi_sys_dmac.c > index ffa64211f4de..9255e93e6248 100644 > --- a/drivers/mmc/host/renesas_sdhi_sys_dmac.c > +++ b/drivers/mmc/host/renesas_sdhi_sys_dmac.c > @@ -25,11 +25,15 @@ <snip> > @@ -70,6 +82,10 @@ static const struct renesas_sdhi_of_data of_rcar_gen2_compatible = { > .max_blk_count = UINT_MAX / TMIO_MAX_BLK_SIZE, > }; > > +static const struct renesas_sdhi_of_data_with_quriks of_rcar_gen2_compatible = { s/quriks/quirks/ I got this report from kernel test robot locally. So, I'll fix this build error (in next week). Best regards, Yoshihiro Shimoda