Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

caif: Remove duplicate macro SRVL_CTRL_PKT_SIZE

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>

authored by

Wang Hai and committed by
Jakub Kicinski
877c3474 e7991518

-1
-1
net/caif/cfsrvl.c
··· 21 21 #define SRVL_FLOW_OFF 0x81 22 22 #define SRVL_FLOW_ON 0x80 23 23 #define SRVL_SET_PIN 0x82 24 - #define SRVL_CTRL_PKT_SIZE 1 25 24 26 25 #define container_obj(layr) container_of(layr, struct cfsrvl, layer) 27 26