Re: [PATCH] hwrng: chaoskey - drop workaround for old hwrng core limitation

2016-10-03 Thread Sergei Shtylyov
Hello. On 10/03/2016 09:32 PM, Julien Cristau wrote: The hwrng core used to mask 'quality' with 1023; that has been removed in 506bf0c0464ace57169aadcf02ae397999c57bdd, so we can now just set Please follow the commit citing format. Didn't checkpatch.pl complain here? quality to 1024. Si

[PATCH] hwrng: chaoskey - drop workaround for old hwrng core limitation

2016-10-03 Thread Julien Cristau
The hwrng core used to mask 'quality' with 1023; that has been removed in 506bf0c0464ace57169aadcf02ae397999c57bdd, so we can now just set quality to 1024. Signed-off-by: Julien Cristau --- drivers/usb/misc/chaoskey.c | 14 +- 1 file changed, 1 insertion(+), 13 deletions(-) diff --g