Re: [PATCH] spi: mediatek: Use of_device_get_match_data()

From: Ryder Lee
Date: Mon Apr 30 2018 - 03:26:49 EST


Hi Mark,

Is it okay with you?

On Mon, 2018-04-16 at 10:33 +0800, Ryder Lee (æå?V) wrote:
> The usage of of_device_get_match_data() reduce the code size a bit.
>
> Also, the only way to call mtk_spi_probe() is to match an entry in
> mtk_spi_of_match[], so of_id cannot be NULL.
>
> Signed-off-by: Ryder Lee <ryder.lee@xxxxxxxxxxxx>
> ---
> drivers/spi/spi-mt65xx.c | 12 +++---------
> 1 file changed, 3 insertions(+), 9 deletions(-)
>