Re: [PATCH] hwrng: ba431 - Use device-managed registration

2021-03-03 Thread Herbert Xu
On Tue, Feb 09, 2021 at 09:35:34AM +0800, Tian Tao wrote: > Use device-managed registration, so we can delete the ba431_trng_remove. > > Signed-off-by: Tian Tao > --- > drivers/char/hw_random/ba431-rng.c | 12 +--- > 1 file changed, 1 insertion(+), 11 deletions(-) Patch applied. Thanks

[PATCH] hwrng: ba431 - Use device-managed registration

2021-02-08 Thread Tian Tao
Use device-managed registration, so we can delete the ba431_trng_remove. Signed-off-by: Tian Tao --- drivers/char/hw_random/ba431-rng.c | 12 +--- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/drivers/char/hw_random/ba431-rng.c b/drivers/char/hw_random/ba431-rng.c index