projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f60adf
)
crypto: tools/ccp - Remove unused variable
author
Zhu Jun
<zhujun2@cmss.chinamobile.com>
Tue, 20 Aug 2024 07:42:42 +0000
(
00:42
-0700)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Fri, 30 Aug 2024 10:22:30 +0000
(18:22 +0800)
the variable is never referenced in the code, just remove them.
Signed-off-by: Zhu Jun <zhujun2@cmss.chinamobile.com>
Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
tools/crypto/ccp/dbc.c
patch
|
blob
|
history
diff --git
a/tools/crypto/ccp/dbc.c
b/tools/crypto/ccp/dbc.c
index
a807df0
..
80248d3
100644
(file)
--- a/
tools/crypto/ccp/dbc.c
+++ b/
tools/crypto/ccp/dbc.c
@@
-57,7
+57,6
@@
int process_param(int fd, int msg_index, __u8 *signature, int *data)
.msg_index = msg_index,
.param = *data,
};
- int ret;
assert(signature);
assert(data);