Re: [PATCH 4/6] mmc: tmio: move mmc_host_ops to struct tmio_mmc_host from static data
From: Masahiro Yamada
Date: Wed Nov 22 2017 - 23:19:52 EST
2017-11-21 5:48 GMT+09:00 Wolfram Sang <wsa@xxxxxxxxxxxxx>:
>
>> + struct mmc_host_ops mmc_host_ops;
>
> Just came to think of it: maybe a shorter name?
>
> host->ops
>
> is still nicely readable, I'd think...
>
I just thought it should be clear which ops,
but nobody would be confused with "dma_ops".
OK, I will rename it to "ops" in v2.
--
Best Regards
Masahiro Yamada