Skip to content

Commit

Permalink
caif: Remove duplicate macro SRVL_CTRL_PKT_SIZE
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Wang Hai authored and Jakub Kicinski committed Sep 5, 2020
1 parent e799151 commit 877c347
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/caif/cfsrvl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 877c347

Please sign in to comment.