projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e799151
)
caif: Remove duplicate macro SRVL_CTRL_PKT_SIZE
author
Wang Hai
<wanghai38@huawei.com>
Fri, 4 Sep 2020 12:58:58 +0000
(20:58 +0800)
committer
Jakub Kicinski
<kuba@kernel.org>
Sat, 5 Sep 2020 22:57:05 +0000
(15:57 -0700)
Remove SRVL_CTRL_PKT_SIZE which is defined more than once.
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wang Hai <wanghai38@huawei.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/caif/cfsrvl.c
patch
|
blob
|
history
diff --git
a/net/caif/cfsrvl.c
b/net/caif/cfsrvl.c
index
d0a4d0a
..
9cef949
100644
(file)
--- a/
net/caif/cfsrvl.c
+++ b/
net/caif/cfsrvl.c
@@
-21,7
+21,6
@@
#define SRVL_FLOW_OFF 0x81
#define SRVL_FLOW_ON 0x80
#define SRVL_SET_PIN 0x82
-#define SRVL_CTRL_PKT_SIZE 1
#define container_obj(layr) container_of(layr, struct cfsrvl, layer)