]> git.karo-electronics.de Git - linux-beck.git/commit
hwrng: chaoskey - drop workaround for old hwrng core limitation
authorJulien Cristau <jcristau@debian.org>
Tue, 4 Oct 2016 20:49:30 +0000 (22:49 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 24 Oct 2016 13:17:51 +0000 (15:17 +0200)
commit6fbbcf38730210dc00123ad0188002189716169d
treed4a446493f2869fe321194b9a3a6d6b235f1f715
parent054d4b7b577de6f5d25a0d443f0d59410bf156ad
hwrng: chaoskey - drop workaround for old hwrng core limitation

The hwrng core used to mask 'quality' with 1023; that has been removed
in commit 506bf0c0464ace57169aadcf02ae397999c57bdd ("hwrng: core - allow
perfect entropy from hardware devices"), so we can now just set quality
to 1024.

Signed-off-by: Julien Cristau <jcristau@debian.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/misc/chaoskey.c