Re: [PATCH] hwrng: omap - Use of_device_get_match_data() helper

2021-04-02 Thread Herbert Xu
On Mon, Mar 22, 2021 at 02:51:51PM +0800, Tian Tao wrote: > Use the of_device_get_match_data() helper instead of open coding. > > Signed-off-by: Tian Tao > --- > drivers/char/hw_random/omap-rng.c | 11 --- > 1 file changed, 4 insertions(+), 7 deletions(-) Patch applied. Thanks. -- Ema

[PATCH] hwrng: omap - Use of_device_get_match_data() helper

2021-03-21 Thread Tian Tao
Use the of_device_get_match_data() helper instead of open coding. Signed-off-by: Tian Tao --- drivers/char/hw_random/omap-rng.c | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/drivers/char/hw_random/omap-rng.c b/drivers/char/hw_random/omap-rng.c index 4380c23..ce