Skip to content
Snippets Groups Projects
Commit 90c80969 authored by Linus Torvalds's avatar Linus Torvalds
Browse files
Pull virtio-rng update from Amit Shah:
 "Add derating factor for use by hwrng core

  Sending directly to you with the commit log changes Ted Ts'o pointed
  out.  Not sure if Rusty's back after his travel, but this already has
  his s-o-b"

* 'rng-queue' of git://git.kernel.org/pub/scm/linux/kernel/git/amit/virtio:
  virtio: rng: add derating factor for use by hwrng core
parents e64df3eb 34679ec7
No related branches found
No related tags found
No related merge requests found
...@@ -116,6 +116,7 @@ static int probe_common(struct virtio_device *vdev) ...@@ -116,6 +116,7 @@ static int probe_common(struct virtio_device *vdev)
.cleanup = virtio_cleanup, .cleanup = virtio_cleanup,
.priv = (unsigned long)vi, .priv = (unsigned long)vi,
.name = vi->name, .name = vi->name,
.quality = 1000,
}; };
vdev->priv = vi; vdev->priv = vi;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment