projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3bef3a
)
hwrng: via_rng - The VIA Hardware RNG driver is for the CPU, not Chipset
author
Harald Welte
<HaraldWelte@viatech.com>
Fri, 15 May 2009 05:57:35 +0000
(15:57 +1000)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Tue, 2 Jun 2009 04:04:51 +0000
(14:04 +1000)
This is a cosmetic change, fixing the MODULE_DESCRIPTION() of via-rng.c
Signed-off-by: Harald Welte <HaraldWelte@viatech.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/char/hw_random/via-rng.c
patch
|
blob
|
history
diff --git
a/drivers/char/hw_random/via-rng.c
b/drivers/char/hw_random/via-rng.c
index
4e9573c
..
02ee639
100644
(file)
--- a/
drivers/char/hw_random/via-rng.c
+++ b/
drivers/char/hw_random/via-rng.c
@@
-205,5
+205,5
@@
static void __exit mod_exit(void)
module_init(mod_init);
module_exit(mod_exit);
-MODULE_DESCRIPTION("H/W RNG driver for VIA
chipsets
");
+MODULE_DESCRIPTION("H/W RNG driver for VIA
CPU with PadLock
");
MODULE_LICENSE("GPL");