projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd50d71
)
hwrng: core - remove unused PFX macro
author
Corentin LABBE
<clabbe.montjoie@gmail.com>
Tue, 13 Dec 2016 14:51:14 +0000
(15:51 +0100)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Tue, 27 Dec 2016 09:50:51 +0000
(17:50 +0800)
This patch remove the unused PFX macro.
Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/char/hw_random/core.c
patch
|
blob
|
history
diff --git
a/drivers/char/hw_random/core.c
b/drivers/char/hw_random/core.c
index
c5f131d
..
68fdc60
100644
(file)
--- a/
drivers/char/hw_random/core.c
+++ b/
drivers/char/hw_random/core.c
@@
-25,7
+25,6
@@
#include <linux/uaccess.h>
#define RNG_MODULE_NAME "hw_random"
-#define PFX RNG_MODULE_NAME ": "
static struct hwrng *current_rng;
static struct task_struct *hwrng_fill;