Re: [PATCH v6 11/21] memory: tegra: Use of_device_get_match_data()

2018-12-12 Thread Thierry Reding
On Sun, Dec 09, 2018 at 11:29:40PM +0300, Dmitry Osipenko wrote: > There is no need to match device with the DT node since it was already > matched, use of_device_get_match_data() helper to get the match-data. > > Signed-off-by: Dmitry Osipenko > --- > drivers/memory/tegra/mc.c | 8 ++-- >

[PATCH v6 11/21] memory: tegra: Use of_device_get_match_data()

2018-12-09 Thread Dmitry Osipenko
There is no need to match device with the DT node since it was already matched, use of_device_get_match_data() helper to get the match-data. Signed-off-by: Dmitry Osipenko --- drivers/memory/tegra/mc.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git